The current status of the text extraction.

interface TextClassificationResults {
    completed_at?: string;
    document_classified?: boolean;
    document_type?: string;
    error?: WatsonXAI.ServiceError;
    running_at?: string;
    status: string;
}

Properties

completed_at?: string

The time when the request completed or failed.

document_classified?: boolean

A flag to indicate if the classification was found.

document_type?: string

The classification of the document if found.

A service error message.

running_at?: string

The time when the request is successfully running on the processor.

status: string

The status of the request.