你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SpeechRecognitionModel 类

定义

语音识别模型信息。

public sealed class SpeechRecognitionModel : Microsoft.CognitiveServices.Speech.Internal.DisposableBase
type SpeechRecognitionModel = class
    inherit DisposableBase
Public NotInheritable Class SpeechRecognitionModel
Inherits DisposableBase
继承
Microsoft.CognitiveServices.Speech.Internal.DisposableBase
SpeechRecognitionModel

属性

Locales

获取 BCP-47 格式的模型的区域设置。

Name

获取模型名称。

Path

获取模型路径 (仅对脱机模型) 有效。

Version

获取模型版本。

适用于