你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ChildEntity interface
The base child entity type.
Properties
children | List of children |
id | The ID (GUID) belonging to a child entity. |
instance |
Instance of Model. |
name | The name of a child entity. |
readable |
Possible values include: 'Entity Extractor', 'Child Entity Extractor', 'Hierarchical Entity Extractor', 'Hierarchical Child Entity Extractor', 'Composite Entity Extractor', 'List Entity Extractor', 'Prebuilt Entity Extractor', 'Intent Classifier', 'Pattern.Any Entity Extractor', 'Closed List Entity Extractor', 'Regex Entity Extractor' |
type |
The type ID of the Entity Model. |
Property Details
children
id
The ID (GUID) belonging to a child entity.
id: string
Property Value
string
instanceOf
Instance of Model.
instanceOf?: string
Property Value
string
name
The name of a child entity.
name?: string
Property Value
string
readableType
Possible values include: 'Entity Extractor', 'Child Entity Extractor', 'Hierarchical Entity Extractor', 'Hierarchical Child Entity Extractor', 'Composite Entity Extractor', 'List Entity Extractor', 'Prebuilt Entity Extractor', 'Intent Classifier', 'Pattern.Any Entity Extractor', 'Closed List Entity Extractor', 'Regex Entity Extractor'
readableType?: ReadableType1
Property Value
typeId
The type ID of the Entity Model.
typeId?: number
Property Value
number