The extracted value with confidence and source reference
Type: objectProperties: 4
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTesting
FieldValue is a JSON Structure definition published by UiPath, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/uipath/refs/heads/main/json-structure/document-understanding-field-value-structure.json",
"name": "FieldValue",
"description": "The extracted value with confidence and source reference",
"type": "object",
"properties": {
"Value": {
"description": "Extracted value, which may be a string, number, or object depending on field type",
"example": "example-value"
},
"Confidence": {
"type": "float",
"minimum": 0,
"maximum": 1,
"description": "Confidence score for the extracted value (0.0 to 1.0)",
"example": 1.0
},
"OcrConfidence": {
"type": "float",
"minimum": 0,
"maximum": 1,
"description": "OCR confidence score for the text underlying this value",
"example": 1.0
},
"TextType": {
"type": "string",
"enum": [
"Printed",
"Handwritten"
],
"description": "Whether the source text was printed or handwritten",
"example": "Printed"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.