Uses of Interface
com.google.cloud.videointelligence.v1p2beta1.VideoSegmentOrBuilder
-
Packages that use VideoSegmentOrBuilder Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of VideoSegmentOrBuilder in com.google.cloud.videointelligence.v1p2beta1
Classes in com.google.cloud.videointelligence.v1p2beta1 that implement VideoSegmentOrBuilder Modifier and Type Class Description class
VideoSegment
Video segment.static class
VideoSegment.Builder
Video segment.Methods in com.google.cloud.videointelligence.v1p2beta1 that return VideoSegmentOrBuilder Modifier and Type Method Description VideoSegmentOrBuilder
LabelSegment.Builder. getSegmentOrBuilder()
Video segment where a label was detected.VideoSegmentOrBuilder
LabelSegment. getSegmentOrBuilder()
Video segment where a label was detected.VideoSegmentOrBuilder
LabelSegmentOrBuilder. getSegmentOrBuilder()
Video segment where a label was detected.VideoSegmentOrBuilder
ObjectTrackingAnnotation.Builder. getSegmentOrBuilder()
Non-streaming batch mode ONLY.VideoSegmentOrBuilder
ObjectTrackingAnnotation. getSegmentOrBuilder()
Non-streaming batch mode ONLY.VideoSegmentOrBuilder
ObjectTrackingAnnotationOrBuilder. getSegmentOrBuilder()
Non-streaming batch mode ONLY.VideoSegmentOrBuilder
TextSegment.Builder. getSegmentOrBuilder()
Video segment where a text snippet was detected.VideoSegmentOrBuilder
TextSegment. getSegmentOrBuilder()
Video segment where a text snippet was detected.VideoSegmentOrBuilder
TextSegmentOrBuilder. getSegmentOrBuilder()
Video segment where a text snippet was detected.VideoSegmentOrBuilder
VideoContext.Builder. getSegmentsOrBuilder(int index)
Video segments to annotate.VideoSegmentOrBuilder
VideoContext. getSegmentsOrBuilder(int index)
Video segments to annotate.VideoSegmentOrBuilder
VideoContextOrBuilder. getSegmentsOrBuilder(int index)
Video segments to annotate.VideoSegmentOrBuilder
VideoAnnotationResults.Builder. getShotAnnotationsOrBuilder(int index)
Shot annotations.VideoSegmentOrBuilder
VideoAnnotationResults. getShotAnnotationsOrBuilder(int index)
Shot annotations.VideoSegmentOrBuilder
VideoAnnotationResultsOrBuilder. getShotAnnotationsOrBuilder(int index)
Shot annotations.Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type VideoSegmentOrBuilder Modifier and Type Method Description List<? extends VideoSegmentOrBuilder>
VideoContext.Builder. getSegmentsOrBuilderList()
Video segments to annotate.List<? extends VideoSegmentOrBuilder>
VideoContext. getSegmentsOrBuilderList()
Video segments to annotate.List<? extends VideoSegmentOrBuilder>
VideoContextOrBuilder. getSegmentsOrBuilderList()
Video segments to annotate.List<? extends VideoSegmentOrBuilder>
VideoAnnotationResults.Builder. getShotAnnotationsOrBuilderList()
Shot annotations.List<? extends VideoSegmentOrBuilder>
VideoAnnotationResults. getShotAnnotationsOrBuilderList()
Shot annotations.List<? extends VideoSegmentOrBuilder>
VideoAnnotationResultsOrBuilder. getShotAnnotationsOrBuilderList()
Shot annotations.
-