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 | The ExtractKeyPhrases action returns the following value. |