public interface VideoClassificationAnnotationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotationSpec()
public abstract AnnotationSpec getAnnotationSpec()Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;
| Returns | |
|---|---|
| Type | Description |
AnnotationSpec |
The annotationSpec. |
getAnnotationSpecOrBuilder()
public abstract AnnotationSpecOrBuilder getAnnotationSpecOrBuilder()Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;
| Returns | |
|---|---|
| Type | Description |
AnnotationSpecOrBuilder |
|
getTimeSegment()
public abstract TimeSegment getTimeSegment()The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;
| Returns | |
|---|---|
| Type | Description |
TimeSegment |
The timeSegment. |
getTimeSegmentOrBuilder()
public abstract TimeSegmentOrBuilder getTimeSegmentOrBuilder()The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;
| Returns | |
|---|---|
| Type | Description |
TimeSegmentOrBuilder |
|
hasAnnotationSpec()
public abstract boolean hasAnnotationSpec()Label of the segment specified by time_segment.
.google.cloud.datalabeling.v1beta1.AnnotationSpec annotation_spec = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the annotationSpec field is set. |
hasTimeSegment()
public abstract boolean hasTimeSegment()The time segment of the video to which the annotation applies.
.google.cloud.datalabeling.v1beta1.TimeSegment time_segment = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeSegment field is set. |