public interface VideoObjectTrackingAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationSpec |
getAnnotationSpec()
Label of the object tracked in this annotation.
|
AnnotationSpecOrBuilder |
getAnnotationSpecOrBuilder()
Label of the object tracked in this annotation.
|
ObjectTrackingFrame |
getObjectTrackingFrames(int index)
The list of frames where this object track appears.
|
int |
getObjectTrackingFramesCount()
The list of frames where this object track appears.
|
List<ObjectTrackingFrame> |
getObjectTrackingFramesList()
The list of frames where this object track appears.
|
ObjectTrackingFrameOrBuilder |
getObjectTrackingFramesOrBuilder(int index)
The list of frames where this object track appears.
|
List<? extends ObjectTrackingFrameOrBuilder> |
getObjectTrackingFramesOrBuilderList()
The list of frames where this object track appears.
|
TimeSegment |
getTimeSegment()
The time segment of the video to which object tracking applies.
|
TimeSegmentOrBuilder |
getTimeSegmentOrBuilder()
The time segment of the video to which object tracking applies.
|
boolean |
hasAnnotationSpec()
Label of the object tracked in this annotation.
|
boolean |
hasTimeSegment()
The time segment of the video to which object tracking applies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAnnotationSpec()
Label of the object tracked in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;AnnotationSpec getAnnotationSpec()
Label of the object tracked in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of the object tracked in this annotation.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 1;boolean hasTimeSegment()
The time segment of the video to which object tracking applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;TimeSegment getTimeSegment()
The time segment of the video to which object tracking applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;TimeSegmentOrBuilder getTimeSegmentOrBuilder()
The time segment of the video to which object tracking applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 2;List<ObjectTrackingFrame> getObjectTrackingFramesList()
The list of frames where this object track appears.
repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;
ObjectTrackingFrame getObjectTrackingFrames(int index)
The list of frames where this object track appears.
repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;
int getObjectTrackingFramesCount()
The list of frames where this object track appears.
repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;
List<? extends ObjectTrackingFrameOrBuilder> getObjectTrackingFramesOrBuilderList()
The list of frames where this object track appears.
repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;
ObjectTrackingFrameOrBuilder getObjectTrackingFramesOrBuilder(int index)
The list of frames where this object track appears.
repeated .google.cloud.datalabeling.v1beta1.ObjectTrackingFrame object_tracking_frames = 3;
Copyright © 2019 Google LLC. All rights reserved.