ExtractKeyPhrases Action
Extracts key phrases from text.
Parameters
Parameters allow for data to be passed to the action.
| Name | Type | Nullable | Unicode | Description |
|---|---|---|---|---|
|
text
|
Edm.String | False | False | The text to extract the key phrases from. |
|
modelId
|
Edm.String | True | False | The model Id to use. Optional. |
|
language
|
Edm.String | True | False | A hint to assist the AI model in extracting key phrases. |
Return type
| Type | Nullable | Description |
|---|---|---|
| ExtractKeyPhrasesResponse | False | Contains the response of the ExtractKeyPhrases action. |