@@ -183,6 +183,8 @@ public abstract static class PredictionServiceImplBase implements io.grpc.Bindab
183183 * * Tables - Row, with column values matching the columns of the model,
184184 * up to 5MB. Not available for FORECASTING
185185 * [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
186+ * * Text Sentiment - TextSnippet, content up 500 characters, UTF-8
187+ * encoded.
186188 * </pre>
187189 */
188190 public void predict (
@@ -203,9 +205,10 @@ public void predict(
203205 * method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
204206 * the [response][google.longrunning.Operation.response] field.
205207 * Available for following ML problems:
208+ * * Image Classification
209+ * * Image Object Detection
206210 * * Video Classification
207- * * Video Object Tracking
208- * * Text Extraction
211+ * * Video Object Tracking * Text Extraction
209212 * * Tables
210213 * </pre>
211214 */
@@ -279,6 +282,8 @@ protected PredictionServiceStub build(
279282 * * Tables - Row, with column values matching the columns of the model,
280283 * up to 5MB. Not available for FORECASTING
281284 * [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
285+ * * Text Sentiment - TextSnippet, content up 500 characters, UTF-8
286+ * encoded.
282287 * </pre>
283288 */
284289 public void predict (
@@ -302,9 +307,10 @@ public void predict(
302307 * method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
303308 * the [response][google.longrunning.Operation.response] field.
304309 * Available for following ML problems:
310+ * * Image Classification
311+ * * Image Object Detection
305312 * * Video Classification
306- * * Video Object Tracking
307- * * Text Extraction
313+ * * Video Object Tracking * Text Extraction
308314 * * Tables
309315 * </pre>
310316 */
@@ -364,6 +370,8 @@ protected PredictionServiceBlockingStub build(
364370 * * Tables - Row, with column values matching the columns of the model,
365371 * up to 5MB. Not available for FORECASTING
366372 * [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
373+ * * Text Sentiment - TextSnippet, content up 500 characters, UTF-8
374+ * encoded.
367375 * </pre>
368376 */
369377 public com .google .cloud .automl .v1beta1 .PredictResponse predict (
@@ -382,9 +390,10 @@ public com.google.cloud.automl.v1beta1.PredictResponse predict(
382390 * method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
383391 * the [response][google.longrunning.Operation.response] field.
384392 * Available for following ML problems:
393+ * * Image Classification
394+ * * Image Object Detection
385395 * * Video Classification
386- * * Video Object Tracking
387- * * Text Extraction
396+ * * Video Object Tracking * Text Extraction
388397 * * Tables
389398 * </pre>
390399 */
@@ -440,6 +449,8 @@ protected PredictionServiceFutureStub build(
440449 * * Tables - Row, with column values matching the columns of the model,
441450 * up to 5MB. Not available for FORECASTING
442451 * [prediction_type][google.cloud.automl.v1beta1.TablesModelMetadata.prediction_type].
452+ * * Text Sentiment - TextSnippet, content up 500 characters, UTF-8
453+ * encoded.
443454 * </pre>
444455 */
445456 public com .google .common .util .concurrent .ListenableFuture <
@@ -460,9 +471,10 @@ protected PredictionServiceFutureStub build(
460471 * method. Once the operation is done, [BatchPredictResult][google.cloud.automl.v1beta1.BatchPredictResult] is returned in
461472 * the [response][google.longrunning.Operation.response] field.
462473 * Available for following ML problems:
474+ * * Image Classification
475+ * * Image Object Detection
463476 * * Video Classification
464- * * Video Object Tracking
465- * * Text Extraction
477+ * * Video Object Tracking * Text Extraction
466478 * * Tables
467479 * </pre>
468480 */
0 commit comments