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

Properties of a VideoObjectTrackingPredictionResult.

Package

@google-cloud/aiplatform

Properties

confidence

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

VideoObjectTrackingPredictionResult confidence

Property Value
TypeDescription
(google.protobuf.IFloatValue|null)

displayName

displayName?: (string|null);

VideoObjectTrackingPredictionResult displayName

Property Value
TypeDescription
(string|null)

frames

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

VideoObjectTrackingPredictionResult frames

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.IFrame[]|null)

id

id?: (string|null);

VideoObjectTrackingPredictionResult id

Property Value
TypeDescription
(string|null)

timeSegmentEnd

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

VideoObjectTrackingPredictionResult timeSegmentEnd

Property Value
TypeDescription
(google.protobuf.IDuration|null)

timeSegmentStart

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

VideoObjectTrackingPredictionResult timeSegmentStart

Property Value
TypeDescription
(google.protobuf.IDuration|null)