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

Properties of a VideoClassificationPredictionResult.

Package

@google-cloud/aiplatform

Properties

confidence

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

VideoClassificationPredictionResult confidence

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

displayName

displayName?: (string|null);

VideoClassificationPredictionResult displayName

Property Value
TypeDescription
(string|null)

id

id?: (string|null);

VideoClassificationPredictionResult id

Property Value
TypeDescription
(string|null)

timeSegmentEnd

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

VideoClassificationPredictionResult timeSegmentEnd

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

timeSegmentStart

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

VideoClassificationPredictionResult timeSegmentStart

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

type

type?: (string|null);

VideoClassificationPredictionResult type

Property Value
TypeDescription
(string|null)