CategorizeTextResponse ComplexType
Contains the response from the CategorizeText action
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
originalText | Edm.String |
The original text which was categorized. |
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 |
---|---|---|---|
categories | Collection(crmbaseentity) | False | The categories. The text classification result. |
Used by
The following use the CategorizeTextResponse ComplexType.
Name | How used |
---|---|
CategorizeText | ReturnType |