Skip to main content
If a Classification skill has been applied, the JSON file will include a Classification object. This object will retain the name and ID of the class assigned to the document. The class defines the type of the document.

Classification

PropertyTypeDescription
IsResultClassConfidentBooleanThis flag indicates the confidence of the assigned class.
ResultClassStringThe ID of the assigned class.
ResultClassNameStringThe name of the assigned class.
ClassConfidencesClassificationConfidence []The list of all the classes available in the applied Classification skill, together with classification confidence.

ClassificationConfidence

PropertyTypeDescription
ClassStringThe ID of the class.
ClassNameStringThe name of the class.
ConfidenceIntegerClassification confidence.
If no Classification skill has been applied, there will be no Classification object in the scheme.