Reference documentation and code samples for the Cloud AutoML V1beta1 Client class VideoObjectTrackingAnnotation.
Annotation details for video object tracking.
Generated from protobuf message google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation
Namespace
Google \ Cloud \ AutoMl \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ instance_id
string
Optional. The instance of the object, expressed as a positive integer. Used to tell apart objects of the same type (i.e. AnnotationSpec) when multiple are present on a single example. NOTE: Instance ID prediction quality is not a part of model evaluation and is done as best effort. Especially in cases when an entity goes off-screen for a longer time (minutes), when it comes back it may be given a new instance ID.
↳ time_offset
Google\Protobuf\Duration
Required. A time (frame) of a video to which this annotation pertains. Represented as the duration since the video's start.
↳ bounding_box
Google\Cloud\AutoMl\V1beta1\BoundingPoly
Required. The rectangle representing the object location on the frame (i.e. at the time_offset of the video).
↳ score
float
Output only. The confidence that this annotation is positive for the video at the time_offset, value in [0, 1], higher means higher positivity confidence. For annotations created by the user the score is 1. When user approves an annotation, the original float score is kept (and not changed to 1).
getInstanceId
Optional. The instance of the object, expressed as a positive integer. Used to tell apart objects of the same type (i.e. AnnotationSpec) when multiple are present on a single example.
NOTE: Instance ID prediction quality is not a part of model evaluation and is done as best effort. Especially in cases when an entity goes off-screen for a longer time (minutes), when it comes back it may be given a new instance ID.
string
setInstanceId
Optional. The instance of the object, expressed as a positive integer. Used to tell apart objects of the same type (i.e. AnnotationSpec) when multiple are present on a single example.
NOTE: Instance ID prediction quality is not a part of model evaluation and is done as best effort. Especially in cases when an entity goes off-screen for a longer time (minutes), when it comes back it may be given a new instance ID.
var
string
$this
getTimeOffset
Required. A time (frame) of a video to which this annotation pertains.
Represented as the duration since the video's start.
hasTimeOffset
clearTimeOffset
setTimeOffset
Required. A time (frame) of a video to which this annotation pertains.
Represented as the duration since the video's start.
$this
getBoundingBox
Required. The rectangle representing the object location on the frame (i.e.
at the time_offset of the video).
hasBoundingBox
clearBoundingBox
setBoundingBox
Required. The rectangle representing the object location on the frame (i.e.
at the time_offset of the video).
$this
getScore
Output only. The confidence that this annotation is positive for the video at the time_offset, value in [0, 1], higher means higher positivity confidence. For annotations created by the user the score is 1. When user approves an annotation, the original float score is kept (and not changed to 1).
float
setScore
Output only. The confidence that this annotation is positive for the video at the time_offset, value in [0, 1], higher means higher positivity confidence. For annotations created by the user the score is 1. When user approves an annotation, the original float score is kept (and not changed to 1).
var
float
$this