mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user