Uses of Interface
com.google.cloud.videointelligence.v1p2beta1.LabelAnnotationOrBuilder
-
Packages that use LabelAnnotationOrBuilder Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of LabelAnnotationOrBuilder in com.google.cloud.videointelligence.v1p2beta1
Classes in com.google.cloud.videointelligence.v1p2beta1 that implement LabelAnnotationOrBuilder Modifier and Type Class Description class
LabelAnnotation
Label annotation.static class
LabelAnnotation.Builder
Label annotation.Methods in com.google.cloud.videointelligence.v1p2beta1 that return LabelAnnotationOrBuilder Modifier and Type Method Description LabelAnnotationOrBuilder
VideoAnnotationResults.Builder. getFrameLabelAnnotationsOrBuilder(int index)
Label annotations on frame level.LabelAnnotationOrBuilder
VideoAnnotationResults. getFrameLabelAnnotationsOrBuilder(int index)
Label annotations on frame level.LabelAnnotationOrBuilder
VideoAnnotationResultsOrBuilder. getFrameLabelAnnotationsOrBuilder(int index)
Label annotations on frame level.LabelAnnotationOrBuilder
VideoAnnotationResults.Builder. getSegmentLabelAnnotationsOrBuilder(int index)
Label annotations on video level or user specified segment level.LabelAnnotationOrBuilder
VideoAnnotationResults. getSegmentLabelAnnotationsOrBuilder(int index)
Label annotations on video level or user specified segment level.LabelAnnotationOrBuilder
VideoAnnotationResultsOrBuilder. getSegmentLabelAnnotationsOrBuilder(int index)
Label annotations on video level or user specified segment level.LabelAnnotationOrBuilder
VideoAnnotationResults.Builder. getShotLabelAnnotationsOrBuilder(int index)
Label annotations on shot level.LabelAnnotationOrBuilder
VideoAnnotationResults. getShotLabelAnnotationsOrBuilder(int index)
Label annotations on shot level.LabelAnnotationOrBuilder
VideoAnnotationResultsOrBuilder. getShotLabelAnnotationsOrBuilder(int index)
Label annotations on shot level.Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type LabelAnnotationOrBuilder Modifier and Type Method Description List<? extends LabelAnnotationOrBuilder>
VideoAnnotationResults.Builder. getFrameLabelAnnotationsOrBuilderList()
Label annotations on frame level.List<? extends LabelAnnotationOrBuilder>
VideoAnnotationResults. getFrameLabelAnnotationsOrBuilderList()
Label annotations on frame level.List<? extends LabelAnnotationOrBuilder>
VideoAnnotationResultsOrBuilder. getFrameLabelAnnotationsOrBuilderList()
Label annotations on frame level.List<? extends LabelAnnotationOrBuilder>
VideoAnnotationResults.Builder. getSegmentLabelAnnotationsOrBuilderList()
Label annotations on video level or user specified segment level.List<? extends LabelAnnotationOrBuilder>
VideoAnnotationResults. getSegmentLabelAnnotationsOrBuilderList()
Label annotations on video level or user specified segment level.List<? extends LabelAnnotationOrBuilder>
VideoAnnotationResultsOrBuilder. getSegmentLabelAnnotationsOrBuilderList()
Label annotations on video level or user specified segment level.List<? extends LabelAnnotationOrBuilder>
VideoAnnotationResults.Builder. getShotLabelAnnotationsOrBuilderList()
Label annotations on shot level.List<? extends LabelAnnotationOrBuilder>
VideoAnnotationResults. getShotLabelAnnotationsOrBuilderList()
Label annotations on shot level.List<? extends LabelAnnotationOrBuilder>
VideoAnnotationResultsOrBuilder. getShotLabelAnnotationsOrBuilderList()
Label annotations on shot level.
-