Vision AI V1 API - Class Google::Cloud::VisionAI::V1::VideoObjectTrackingPredictionResult (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::VideoObjectTrackingPredictionResult.

Prediction output format for Video Object Tracking.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#objects

def objects() -> ::Array<::Google::Cloud::VisionAI::V1::VideoObjectTrackingPredictionResult::DetectedObject>
Returns

#objects=

def objects=(value) -> ::Array<::Google::Cloud::VisionAI::V1::VideoObjectTrackingPredictionResult::DetectedObject>
Parameter
Returns

#segment_end_time

def segment_end_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The end, inclusive, of the video's time segment in which the current identifications happen. Particularly, if the end is the same as the start, it means the identifications happen on a specific video frame.

#segment_end_time=

def segment_end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The end, inclusive, of the video's time segment in which the current identifications happen. Particularly, if the end is the same as the start, it means the identifications happen on a specific video frame.
Returns
  • (::Google::Protobuf::Timestamp) — The end, inclusive, of the video's time segment in which the current identifications happen. Particularly, if the end is the same as the start, it means the identifications happen on a specific video frame.

#segment_start_time

def segment_start_time() -> ::Google::Protobuf::Timestamp
Returns

#segment_start_time=

def segment_start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns