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

PatternMatchingEntity.CreateIntegerEntity(String) 方法

定义

使用指定的意向 ID 创建模式匹配实体。 PrebuiltInteger 实体将匹配以词法、数字和序号格式表示数字的单词。

public static Microsoft.CognitiveServices.Speech.Intent.PatternMatchingEntity CreateIntegerEntity (string entityId);
static member CreateIntegerEntity : string -> Microsoft.CognitiveServices.Speech.Intent.PatternMatchingEntity
Public Shared Function CreateIntegerEntity (entityId As String) As PatternMatchingEntity

参数

entityId
String

表示此实体的唯一 ID 的字符串。

返回

正在创建的模式匹配实体。

适用于