C# 클래스 GoogleSpeech.GoogleVoice

파일 보기 프로젝트 열기: ClusterM/google-speech-to-text-api.net

공개 메소드들

메소드 설명
GoogleSpeechRequest ( Stream flac, int sampleRate, string language = "ru-RU", int maxResults = 10 ) : String[]

메소드 상세

GoogleSpeechRequest() 공개 정적인 메소드

public static GoogleSpeechRequest ( Stream flac, int sampleRate, string language = "ru-RU", int maxResults = 10 ) : String[]
flac Stream
sampleRate int
language string
maxResults int
리턴 String[]