CategorizeText Action
Categorizes 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 be analyzed. |
|
modelId
|
Edm.String | True | False | The model id to use. Optional with custom model. |
|
language
|
Edm.String | True | False | The language code of the text to categorize. Specify to get the best result. Optional. |
Return type
| Type | Nullable | Description |
|---|---|---|
| CategorizeTextResponse | False | Contains the response of the CategorizeText action. |