File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments