The text classification resource.

interface TextClassificationResource {
    entity?: TextClassificationResourceEntity;
    metadata?: WatsonXAI.TextExtractionMetadata;
}

Properties

Properties

The document details for the text classification.

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