ISpeechToTextStartRecognition Method |
Starts recognizing the words.
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxvoid 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