update dependencies

This commit is contained in:
Sebastian Thiel
2023-01-25 11:39:00 +01:00
parent 37ccd2238d
commit 3edefb7f01
357 changed files with 128026 additions and 16259 deletions

View File

@@ -449,7 +449,7 @@
}
}
},
"revision": "20220225",
"revision": "20230113",
"rootUrl": "https://vision.googleapis.com/",
"schemas": {
"AnnotateFileResponse": {
@@ -3341,7 +3341,7 @@
"type": "integer"
},
"model": {
"description": "Model to use for the feature. Supported values: \"builtin/stable\" (the default if unset) and \"builtin/latest\".",
"description": "Model to use for the feature. Supported values: \"builtin/stable\" (the default if unset) and \"builtin/latest\". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support \"builtin/weekly\" for the bleeding edge release updated weekly.",
"type": "string"
},
"type": {
@@ -4123,6 +4123,13 @@
"description": "Parameters for text detections. This is used to control TEXT_DETECTION and DOCUMENT_TEXT_DETECTION features.",
"id": "GoogleCloudVisionV1p2beta1TextDetectionParams",
"properties": {
"advancedOcrOptions": {
"description": "A list of advanced OCR options to fine-tune OCR behavior.",
"items": {
"type": "string"
},
"type": "array"
},
"enableTextDetectionConfidenceScore": {
"description": "By default, Cloud Vision API only includes confidence score for DOCUMENT_TEXT_DETECTION result. Set the flag to true to include confidence score for TEXT_DETECTION as well.",
"type": "boolean"