Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::VideoObjectTrackingPredictionResult (v0.9.1)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::VideoObjectTrackingPredictionResult.

Prediction output format for Video Object Tracking.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#confidence

def confidence() -> ::Google::Protobuf::FloatValue
Returns

#confidence=

def confidence=(value) -> ::Google::Protobuf::FloatValue
Parameter
Returns

#display_name

def display_name() -> ::String
Returns
  • (::String) — The display name of the AnnotationSpec that had been identified.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — The display name of the AnnotationSpec that had been identified.
Returns
  • (::String) — The display name of the AnnotationSpec that had been identified.

#frames

def frames() -> ::Array<::Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::VideoObjectTrackingPredictionResult::Frame>
Returns

#frames=

def frames=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction::VideoObjectTrackingPredictionResult::Frame>
Parameter
Returns

#id

def id() -> ::String
Returns
  • (::String) — The resource ID of the AnnotationSpec that had been identified.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — The resource ID of the AnnotationSpec that had been identified.
Returns
  • (::String) — The resource ID of the AnnotationSpec that had been identified.

#time_segment_end

def time_segment_end() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.

#time_segment_end=

def time_segment_end=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
Returns
  • (::Google::Protobuf::Duration) — The end, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.

#time_segment_start

def time_segment_start() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.

#time_segment_start=

def time_segment_start=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
Returns
  • (::Google::Protobuf::Duration) — The beginning, inclusive, of the video's time segment in which the object instance has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.