UiPath · JSON Structure

Document Understanding Classifier Option Structure

Configuration for applying a specific classifier

Type: object Properties: 1 Required: 1
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting

ClassifierOption is a JSON Structure definition published by UiPath, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

classifierId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/document-understanding-classifier-option-structure.json",
  "name": "ClassifierOption",
  "description": "Configuration for applying a specific classifier",
  "type": "object",
  "required": [
    "classifierId"
  ],
  "properties": {
    "classifierId": {
      "type": "string",
      "description": "Unique identifier of the classifier to apply",
      "example": "abc123"
    }
  }
}