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

CategorizedEntity 结构

定义

已识别为实体并按服务的命名实体识别模型和分类进行相应分类的单词或短语。 有关支持的类别和子类别的列表,请参阅 https://learn.microsoft.com/azure/cognitive-services/language-service/named-entity-recognition/concepts/named-entity-categories

public readonly struct CategorizedEntity
type CategorizedEntity = struct
Public Structure CategorizedEntity
继承
CategorizedEntity

属性

Category

由服务的命名实体识别模型识别的实体类别。 有关支持的类别列表,请参阅 https://learn.microsoft.com/azure/cognitive-services/language-service/named-entity-recognition/concepts/named-entity-categories

ConfidenceScore

介于 0.0 和 1.0 之间的分数,指示识别的实体准确对应于文本子字符串的置信度。

Length

输入文档中匹配文本的长度。

Offset

输入文档中匹配文本的起始位置。

SubCategory

实体的子类别 ((如果适用)) 由服务的命名实体识别模型识别。 有关支持的类别和子类别的列表,请参阅 https://learn.microsoft.com/azure/cognitive-services/language-service/named-entity-recognition/concepts/named-entity-categories

Text

与识别的实体对应的文本,如输入文档中所示。

适用于