Contains information regarding the confidence and name of a detected content type.

interface ContentType {
    Confidence?: number;
    Name?: string;
}

Properties

Properties

Confidence?: number

The confidence level of the label given

Name?: string

The name of the label