Skip to content

Commit 346e2f2

Browse files
Google APIscopybara-github
authored andcommitted
docs: update comments for image annotator OCR models
PiperOrigin-RevId: 474070246
1 parent a217609 commit 346e2f2

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

google/cloud/vision/v1/image_annotator.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ message Feature {
223223

224224
// Model to use for the feature.
225225
// Supported values: "builtin/stable" (the default if unset) and
226-
// "builtin/latest".
226+
// "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also
227+
// support "builtin/weekly" for the bleeding edge release updated weekly.
227228
string model = 3;
228229
}
229230

google/cloud/vision/v1p1beta1/image_annotator.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ message Feature {
103103

104104
// Model to use for the feature.
105105
// Supported values: "builtin/stable" (the default if unset) and
106-
// "builtin/latest".
106+
// "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also
107+
// support "builtin/weekly" for the bleeding edge release updated weekly.
107108
string model = 3;
108109
}
109110

google/cloud/vision/v1p2beta1/image_annotator.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ message Feature {
126126

127127
// Model to use for the feature.
128128
// Supported values: "builtin/stable" (the default if unset) and
129-
// "builtin/latest".
129+
// "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also
130+
// support "builtin/weekly" for the bleeding edge release updated weekly.
130131
string model = 3;
131132
}
132133

google/cloud/vision/v1p3beta1/image_annotator.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ message Feature {
134134

135135
// Model to use for the feature.
136136
// Supported values: "builtin/stable" (the default if unset) and
137-
// "builtin/latest".
137+
// "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also
138+
// support "builtin/weekly" for the bleeding edge release updated weekly.
138139
string model = 3;
139140
}
140141

google/cloud/vision/v1p4beta1/image_annotator.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@ message Feature {
175175

176176
// Model to use for the feature.
177177
// Supported values: "builtin/stable" (the default if unset) and
178-
// "builtin/latest".
178+
// "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also
179+
// support "builtin/weekly" for the bleeding edge release updated weekly.
179180
string model = 3;
180181
}
181182

0 commit comments

Comments
 (0)