public interface VideoClassificationAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AnnotationSpec |
getAnnotationSpec()
Label of the segment specified by time_segment.
|
AnnotationSpecOrBuilder |
getAnnotationSpecOrBuilder()
Label of the segment specified by time_segment.
|
TimeSegment |
getTimeSegment()
The time segment of the video to which the annotation applies.
|
TimeSegmentOrBuilder |
getTimeSegmentOrBuilder()
The time segment of the video to which the annotation applies.
|
boolean |
hasAnnotationSpec()
Label of the segment specified by time_segment.
|
boolean |
hasTimeSegment()
The time segment of the video to which the annotation applies.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTimeSegment()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;TimeSegment getTimeSegment()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;TimeSegmentOrBuilder getTimeSegmentOrBuilder()
The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;boolean hasAnnotationSpec()
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;AnnotationSpec getAnnotationSpec()
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()
Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;Copyright © 2019 Google LLC. All rights reserved.