Prediction output format for Video Object Tracking.
Attributes
Name
Description
segment_start_time
google.protobuf.timestamp_pb2.Timestamp
The beginning, inclusive, of the video's time
segment in which the current identifications
happens.
segment_end_time
google.protobuf.timestamp_pb2.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.
Boundingbox for detected object. I.e. the rectangle over the
video frame pinpointing the found AnnotationSpec. The
coordinates are relative to the frame size, and the point 0,0 is
in the top left of the frame.
Each DetectedObject is one particular identification of an object
specified with the AnnotationSpec id and display_name, the bounding
box, the associated confidence score and the corresponding track_id.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Class VideoObjectTrackingPredictionResult (0.1.10)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.10 (latest)](/python/docs/reference/google-cloud-visionai/latest/google.cloud.visionai_v1.types.VideoObjectTrackingPredictionResult)\n- [0.1.8](/python/docs/reference/google-cloud-visionai/0.1.8/google.cloud.visionai_v1.types.VideoObjectTrackingPredictionResult) \n\n VideoObjectTrackingPredictionResult(\n mapping=None, *, ignore_unknown_fields=False, **kwargs\n )\n\nPrediction output format for Video Object Tracking.\n\nClasses\n-------\n\n### BoundingBox\n\n BoundingBox(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nBoundingbox for detected object. I.e. the rectangle over the\nvideo frame pinpointing the found AnnotationSpec. The\ncoordinates are relative to the frame size, and the point 0,0 is\nin the top left of the frame.\n\n### DetectedObject\n\n DetectedObject(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nEach DetectedObject is one particular identification of an object\nspecified with the AnnotationSpec id and display_name, the bounding\nbox, the associated confidence score and the corresponding track_id."]]