AutoDetectSourceLanguageResult Class
Represents auto detection source language result.
The result can be initialized from a speech recognition result.
- Inheritance
-
builtins.objectAutoDetectSourceLanguageResult
Constructor
AutoDetectSourceLanguageResult(speechRecognitionResult: SpeechRecognitionResult)
Parameters
Name | Description |
---|---|
speechRecognitionResult
Required
|
The speech recognition result |
Attributes
language
The language value If this is None, it means the system fails to detect the source language automatically
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python