ISpeechToTextStartRecognition Method |
Starts recognizing the words.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxvoid StartRecognition(
Stream stream
)
Sub StartRecognition (
stream As Stream
)
void StartRecognition(
Stream^ stream
)
abstract StartRecognition :
stream : Stream -> unit Parameters
- stream Stream
- The input stream.
See Also