| Modifier and Type | Class and Description |
|---|---|
class |
VideoSegment
Video segment.
|
static class |
VideoSegment.Builder
Video segment.
|
| Modifier and Type | Method and Description |
|---|---|
VideoSegmentOrBuilder |
TextSegmentOrBuilder.getSegmentOrBuilder()
Video segment where a text snippet was detected.
|
VideoSegmentOrBuilder |
ObjectTrackingAnnotation.getSegmentOrBuilder()
Each object track corresponds to one video segment where it appears.
|
VideoSegmentOrBuilder |
ObjectTrackingAnnotation.Builder.getSegmentOrBuilder()
Each object track corresponds to one video segment where it appears.
|
VideoSegmentOrBuilder |
LabelSegment.getSegmentOrBuilder()
Video segment where a label was detected.
|
VideoSegmentOrBuilder |
LabelSegment.Builder.getSegmentOrBuilder()
Video segment where a label was detected.
|
VideoSegmentOrBuilder |
TextSegment.getSegmentOrBuilder()
Video segment where a text snippet was detected.
|
VideoSegmentOrBuilder |
TextSegment.Builder.getSegmentOrBuilder()
Video segment where a text snippet was detected.
|
VideoSegmentOrBuilder |
LabelSegmentOrBuilder.getSegmentOrBuilder()
Video segment where a label was detected.
|
VideoSegmentOrBuilder |
ObjectTrackingAnnotationOrBuilder.getSegmentOrBuilder()
Each object track corresponds to one video segment where it appears.
|
VideoSegmentOrBuilder |
VideoContextOrBuilder.getSegmentsOrBuilder(int index)
Video segments to annotate.
|
VideoSegmentOrBuilder |
VideoContext.getSegmentsOrBuilder(int index)
Video segments to annotate.
|
VideoSegmentOrBuilder |
VideoContext.Builder.getSegmentsOrBuilder(int index)
Video segments to annotate.
|
VideoSegmentOrBuilder |
VideoAnnotationResultsOrBuilder.getShotAnnotationsOrBuilder(int index)
Shot annotations.
|
VideoSegmentOrBuilder |
VideoAnnotationResults.getShotAnnotationsOrBuilder(int index)
Shot annotations.
|
VideoSegmentOrBuilder |
VideoAnnotationResults.Builder.getShotAnnotationsOrBuilder(int index)
Shot annotations.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends VideoSegmentOrBuilder> |
VideoContextOrBuilder.getSegmentsOrBuilderList()
Video segments to annotate.
|
List<? extends VideoSegmentOrBuilder> |
VideoContext.getSegmentsOrBuilderList()
Video segments to annotate.
|
List<? extends VideoSegmentOrBuilder> |
VideoContext.Builder.getSegmentsOrBuilderList()
Video segments to annotate.
|
List<? extends VideoSegmentOrBuilder> |
VideoAnnotationResultsOrBuilder.getShotAnnotationsOrBuilderList()
Shot annotations.
|
List<? extends VideoSegmentOrBuilder> |
VideoAnnotationResults.getShotAnnotationsOrBuilderList()
Shot annotations.
|
List<? extends VideoSegmentOrBuilder> |
VideoAnnotationResults.Builder.getShotAnnotationsOrBuilderList()
Shot annotations.
|
Copyright © 2019 Google LLC. All rights reserved.