Annotations
Get specific annotation
Return a specific annotation.
get/v3/annotations/{id}
Path parameters
idinteger required
Annotation's ID
Example:1
Annotation's ID
Response
Successfully retrieved annotation.
Example response
{
"id": 1,
"rectangle": {
"pageIndex": 1,
"x0": 2.43,
"y0": 4.55,
"x1": 4.56,
"y1": 6.32
},
"rectangles": [
{
"pageIndex": 1,
"x0": 2.43,
"y0": 4.55,
"x1": 4.56,
"y1": 6.32
}
],
"confidence": 0.86,
"classificationConfidence": 0.95,
"textExtractionConfidence": 0.9
}