ExtractKeyPhrasesAction interface
Options for a key phrases recognition action.
- Extends
Properties
disable |
If set to false, you opt-in to have your text input logged for troubleshooting. By default, Text Analytics will not log your input text for pii entities recognition. Setting this parameter to false, enables input logging. |
Inherited Properties
action |
The preferred name for this action. |
model |
The version of the text analytics model used by this operation on this batch of input documents. |
Property Details
disableServiceLogs
If set to false, you opt-in to have your text input logged for troubleshooting. By default, Text Analytics will not log your input text for pii entities recognition. Setting this parameter to false, enables input logging.
disableServiceLogs?: boolean
Property Value
boolean
Inherited Property Details
actionName
The preferred name for this action.
actionName?: string
Property Value
string
Inherited From TextAnalyticsAction.actionName
modelVersion
The version of the text analytics model used by this operation on this batch of input documents.
modelVersion?: string
Property Value
string
Inherited From TextAnalyticsAction.modelVersion