C# Class GoogleSpeech.GoogleVoice

Show file Open project: ClusterM/google-speech-to-text-api.net

Public Methods

Method Description
GoogleSpeechRequest ( Stream flac, int sampleRate, string language = "ru-RU", int maxResults = 10 ) : String[]

Method Details

GoogleSpeechRequest() public static method

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