diff --git a/specification/cognitiveservices/data-plane/FormRecognizer/preview/v2.0/FormRecognizer.json b/specification/cognitiveservices/data-plane/FormRecognizer/preview/v2.0/FormRecognizer.json index 4354109b2bf2..16fa2c2bdc29 100644 --- a/specification/cognitiveservices/data-plane/FormRecognizer/preview/v2.0/FormRecognizer.json +++ b/specification/cognitiveservices/data-plane/FormRecognizer/preview/v2.0/FormRecognizer.json @@ -1136,6 +1136,13 @@ "items": { "$ref": "#/definitions/ElementReference" } + }, + "words": { + "description": "List of words in the text content of the key or value.", + "type": "array", + "items": { + "$ref": "#/definitions/TextWord" + } } } }, @@ -1225,6 +1232,13 @@ "$ref": "#/definitions/ElementReference" } }, + "words": { + "description": "List of words in the text content of the cell.", + "type": "array", + "items": { + "$ref": "#/definitions/TextWord" + } + }, "isHeader": { "description": "Is the current cell a header cell?", "type": "boolean", @@ -1387,4 +1401,4 @@ "x-ms-skip-url-encoding": true } } -} \ No newline at end of file +}