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( mscrm.crmbaseentity ) | False | The phrases. |
Used by
The following use the ExtractKeyPhrasesResponse ComplexType.
| Name | How used |
|---|---|
| ExtractKeyPhrases | ReturnType |