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 
 - (::Array<::Google::Cloud::VisionAI::V1::VideoObjectTrackingPredictionResult::DetectedObject>) — All of the objects detected in the specified time range.
 
#objects=
def objects=(value) -> ::Array<::Google::Cloud::VisionAI::V1::VideoObjectTrackingPredictionResult::DetectedObject> Parameter 
 - value (::Array<::Google::Cloud::VisionAI::V1::VideoObjectTrackingPredictionResult::DetectedObject>) — All of the objects detected in the specified time range.
 
 Returns 
 - (::Array<::Google::Cloud::VisionAI::V1::VideoObjectTrackingPredictionResult::DetectedObject>) — All of the objects detected in the specified time range.
 
#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 
 - (::Google::Protobuf::Timestamp) — The beginning, inclusive, of the video's time segment in which the current identifications happens.
 
#segment_start_time=
def segment_start_time=(value) -> ::Google::Protobuf::Timestamp Parameter 
 - value (::Google::Protobuf::Timestamp) — The beginning, inclusive, of the video's time segment in which the current identifications happens.
 
 Returns 
 - (::Google::Protobuf::Timestamp) — The beginning, inclusive, of the video's time segment in which the current identifications happens.