The text classification response.

interface TextClassificationResponse {
    entity?: TextClassificationResourceEntity;
    metadata?: WatsonXAI.TextExtractionMetadata;
    system?: WatsonXAI.SystemDetails;
}

Properties

The document details for the text classification.

Common metadata for a resource where project_id or space_id must be present.

Optional details coming from the service and related to the API call or the associated resource.