SpeechRecognitionModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Speech recognition model information.
public sealed class SpeechRecognitionModel : Microsoft.CognitiveServices.Speech.Internal.DisposableBase
type SpeechRecognitionModel = class
inherit DisposableBase
Public NotInheritable Class SpeechRecognitionModel
Inherits DisposableBase
- Inheritance
-
Microsoft.CognitiveServices.Speech.Internal.DisposableBaseSpeechRecognitionModel
Properties
Locales |
Gets the locales of the model in BCP-47 format. |
Name |
Gets the model name. |
Path |
Gets the model path (only valid for offline models). |
Version |
Gets the model version. |
Applies to
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 .NET