ExtractTextEntitiesResponse ComplexType
Contains the response from the ExtractTextEntities action.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
originalText | Edm.String |
The original text from which entites were extracted. |
textScore | Edm.Decimal |
The F1 score of the text. |
Navigation properties
The navigation properties of a complex type contain references to an entity type or a collection of entity types.
Name | Type | Nullable | Description |
---|---|---|---|
entities | Collection(crmbaseentity) | False | The entities. The text entities result. |
Used by
The following use the ExtractTextEntitiesResponse ComplexType.
Name | How used |
---|---|
ExtractTextEntities | ReturnType |