package google.cloud.aiplatform.v1beta1.schema.predict.prediction

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ClassificationPredictionResult

classification.proto:29

Prediction output format for Image and Text Classification.

message ImageObjectDetectionPredictionResult

image_object_detection.proto:30

Prediction output format for Image Object Detection.

message ImageSegmentationPredictionResult

image_segmentation.proto:29

Prediction output format for Image Segmentation.

message TabularClassificationPredictionResult

tabular_classification.proto:29

Prediction output format for Tabular Classification.

message TabularRegressionPredictionResult

tabular_regression.proto:29

Prediction output format for Tabular Regression.

message TextExtractionPredictionResult

text_extraction.proto:29

Prediction output format for Text Extraction.

message TextSentimentPredictionResult

text_sentiment.proto:29

Prediction output format for Text Sentiment

message TimeSeriesForecastingPredictionResult

time_series_forecasting.proto:29

Prediction output format for Time Series Forecasting.

message VideoActionRecognitionPredictionResult

video_action_recognition.proto:31

Prediction output format for Video Action Recognition.

message VideoClassificationPredictionResult

video_classification.proto:31

Prediction output format for Video Classification.

message VideoObjectTrackingPredictionResult

video_object_tracking.proto:31

Prediction output format for Video Object Tracking.

message VideoObjectTrackingPredictionResult.Frame

video_object_tracking.proto:36

The fields `xMin`, `xMax`, `yMin`, and `yMax` refer to a bounding box, i.e. the rectangle over the video frame pinpointing the found AnnotationSpec. The coordinates are relative to the frame size, and the point 0,0 is in the top left of the frame.

Used in: VideoObjectTrackingPredictionResult