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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET