ConversationPIITaskParameters interface
Supported parameters for a Conversational PII detection and redaction task.
- Extends
Properties
| include |
Flag to indicate if audio redaction is requested. By default audio redaction will not be performed. |
| pii |
Describes the PII categories to return for detection. If not provided, 'default' categories will be returned which will vary with the language. |
| redaction |
For transcript conversations, this parameter provides information regarding which content type (ITN, Text, Lexical, Masked ITN) should be used for entity detection. The details of the entities detected - like the offset, length and the text itself - will correspond to the text type selected here. |
Inherited Properties
| logging |
|
| model |
Property Details
includeAudioRedaction
Flag to indicate if audio redaction is requested. By default audio redaction will not be performed.
includeAudioRedaction?: boolean
Property Value
boolean
piiCategories
Describes the PII categories to return for detection. If not provided, 'default' categories will be returned which will vary with the language.
piiCategories?: string[]
Property Value
string[]
redactionSource
For transcript conversations, this parameter provides information regarding which content type (ITN, Text, Lexical, Masked ITN) should be used for entity detection. The details of the entities detected - like the offset, length and the text itself - will correspond to the text type selected here.
redactionSource?: string
Property Value
string