Interface protos.google.cloud.aiplatform.v1beta1.schema.predict.prediction.IVideoObjectTrackingPredictionResult (3.13.0)

Properties of a VideoObjectTrackingPredictionResult.

Package

@google-cloud/aiplatform

Properties

confidence

confidence?: (google.protobuf.IFloatValue|null);

VideoObjectTrackingPredictionResult confidence

displayName

displayName?: (string|null);

VideoObjectTrackingPredictionResult displayName

frames

frames?: (google.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.IFrame[]|null);

VideoObjectTrackingPredictionResult frames

id

id?: (string|null);

VideoObjectTrackingPredictionResult id

timeSegmentEnd

timeSegmentEnd?: (google.protobuf.IDuration|null);

VideoObjectTrackingPredictionResult timeSegmentEnd

timeSegmentStart

timeSegmentStart?: (google.protobuf.IDuration|null);

VideoObjectTrackingPredictionResult timeSegmentStart