Skip to content

Commit 83eb6ff

Browse files
authored
Remove annotations (#24723)
1 parent fa5aa3e commit 83eb6ff

1 file changed

Lines changed: 0 additions & 48 deletions

File tree

specification/cognitiveservices/data-plane/FormRecognizer/stable/2023-07-31/FormRecognizer.json

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,13 +1986,6 @@
19861986
"$ref": "#/definitions/DocumentLine"
19871987
}
19881988
},
1989-
"annotations": {
1990-
"description": "Extracted annotations from the page.",
1991-
"type": "array",
1992-
"items": {
1993-
"$ref": "#/definitions/DocumentAnnotation"
1994-
}
1995-
},
19961989
"barcodes": {
19971990
"description": "Extracted barcodes from the page.",
19981991
"type": "array",
@@ -2110,47 +2103,6 @@
21102103
}
21112104
}
21122105
},
2113-
"DocumentAnnotation": {
2114-
"description": "An annotation object that represents a visual annotation in the document, such as checks ✓ and crosses X.",
2115-
"type": "object",
2116-
"required": [
2117-
"kind",
2118-
"polygon",
2119-
"confidence"
2120-
],
2121-
"properties": {
2122-
"kind": {
2123-
"description": "Annotation kind.",
2124-
"type": "string",
2125-
"enum": [
2126-
"check",
2127-
"cross"
2128-
],
2129-
"x-ms-enum": {
2130-
"name": "DocumentAnnotationKind",
2131-
"modelAsString": true,
2132-
"values": [
2133-
{
2134-
"value": "check",
2135-
"description": "A visual check ✓."
2136-
},
2137-
{
2138-
"value": "cross",
2139-
"description": "A visual cross X."
2140-
}
2141-
]
2142-
}
2143-
},
2144-
"polygon": {
2145-
"description": "Bounding polygon of the annotation.",
2146-
"$ref": "#/definitions/BoundingPolygon"
2147-
},
2148-
"confidence": {
2149-
"description": "Confidence of correctly extracting the annotation.",
2150-
"$ref": "#/definitions/Confidence"
2151-
}
2152-
}
2153-
},
21542106
"DocumentBarcode": {
21552107
"description": "A barcode object.",
21562108
"type": "object",

0 commit comments

Comments
 (0)