ConversationPIIResults interface

The result from PII detection and redaction operation for each conversation.

Extends

Properties

conversations

Inherited Properties

errors

Errors by document id.

modelVersion

This field indicates which model is used for scoring.

statistics

if showStats=true was specified in the request this field will contain information about the request payload.

Property Details

conversations

conversations: ConversationPIIResultsConversationsItem[]

Property Value

Inherited Property Details

errors

Errors by document id.

errors: InputError[]

Property Value

Inherited From PreBuiltResult.errors

modelVersion

This field indicates which model is used for scoring.

modelVersion: string

Property Value

string

Inherited From PreBuiltResult.modelVersion

statistics

if showStats=true was specified in the request this field will contain information about the request payload.

statistics?: RequestStatistics

Property Value

Inherited From PreBuiltResult.statistics