ISpeechToTextStartRecognition Method |
Starts recognizing the words.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void StartRecognition(
Stream stream
)
Sub StartRecognition (
stream As Stream
)
void StartRecognition(
Stream^ stream
)
abstract StartRecognition :
stream : Stream -> unit
Parameters
- stream
- Type: System.IOStream
The input stream.
See Also