You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String siteId ="siteId_example"; // String | Site Identifier
177
-
String contentUrl ="contentUrl_example"; // String | Whether to return a \"contentUrl\", set value to 'true'
178
-
String text ="text_example"; // String | Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text
177
+
String outputType ="TEXT"; // String | Output Format Type
178
+
String contentUrl ="contentUrl_example"; // String | Whether to return a \"contentUrl\", set value to 'true' (deprecated)
179
+
String text ="text_example"; // String | Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated)
|**siteId**|**String**| Site Identifier |[optional]|
200
-
|**contentUrl**|**String**| Whether to return a \"contentUrl\", set value to 'true'|[optional]|
201
-
|**text**|**String**| Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text |[optional]|
201
+
|**outputType**|**String**| Output Format Type |[optional][enum: TEXT, KEY_VALUE, CONTENT_URL]|
202
+
|**contentUrl**|**String**| Whether to return a \"contentUrl\", set value to 'true' (deprecated) |[optional]|
203
+
|**text**|**String**| Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated) |[optional]|
0 commit comments