Class VideoObjectTrackingPredictionResult.Frame

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame
All Implemented Interfaces:
VideoObjectTrackingPredictionResult.FrameOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
VideoObjectTrackingPredictionResult

public static final class VideoObjectTrackingPredictionResult.Frame extends com.google.protobuf.GeneratedMessage implements VideoObjectTrackingPredictionResult.FrameOrBuilder
 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.
 
Protobuf type google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame
See Also: