SpeechRecognitionModel Class

Definition

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.DisposableBase
SpeechRecognitionModel

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