SpeechToTextRecognize Method |
Name | Description | |
---|---|---|
Recognize(SpeechToTextSuccessCallbackSpeechRecognitionEvent, SpeechToTextFailCallback, AudioClip, DictionaryString, Object) |
This function POSTs the given audio clip the recognize function and convert speech into text. This function should be used
only on AudioClips under 4MB once they have been converted into WAV format. Use the StartListening() for continuous
recognition of text.
| |
Recognize(SpeechToTextSuccessCallbackSpeechRecognitionEvent, SpeechToTextFailCallback, Byte, String, DictionaryString, Object) |
This function POSTs the given audio clip the recognize function and convert speech into text. This function should be used
only on AudioClips under 4MB once they have been converted into WAV format. Use the StartListening() for continuous
recognition of text.
|