ExtractKeyPhrasesResponse ComplexType
Contains the response from the ExtractKeyPhrases action.
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
countOfPhrases | Edm.Decimal |
The count of extracted phrases. |
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 |
---|---|---|---|
phrases | Collection(crmbaseentity) | False | The phrases. |
Used by
The following use the ExtractKeyPhrasesResponse ComplexType.
Name | How used |
---|---|
ExtractKeyPhrases | ReturnType |