Uses of Class
com.google.cloud.videointelligence.v1p1beta1.LabelAnnotation
-
Packages that use LabelAnnotation Package Description com.google.cloud.videointelligence.v1p1beta1 A client to Cloud Video Intelligence API -
-
Uses of LabelAnnotation in com.google.cloud.videointelligence.v1p1beta1
Methods in com.google.cloud.videointelligence.v1p1beta1 that return LabelAnnotation Modifier and Type Method Description LabelAnnotationLabelAnnotation.Builder. build()LabelAnnotationLabelAnnotation.Builder. buildPartial()static LabelAnnotationLabelAnnotation. getDefaultInstance()LabelAnnotationLabelAnnotation.Builder. getDefaultInstanceForType()LabelAnnotationLabelAnnotation. getDefaultInstanceForType()LabelAnnotationVideoAnnotationResults.Builder. getFrameLabelAnnotations(int index)Label annotations on frame level.LabelAnnotationVideoAnnotationResults. getFrameLabelAnnotations(int index)Label annotations on frame level.LabelAnnotationVideoAnnotationResultsOrBuilder. getFrameLabelAnnotations(int index)Label annotations on frame level.LabelAnnotationVideoAnnotationResults.Builder. getSegmentLabelAnnotations(int index)Label annotations on video level or user specified segment level.LabelAnnotationVideoAnnotationResults. getSegmentLabelAnnotations(int index)Label annotations on video level or user specified segment level.LabelAnnotationVideoAnnotationResultsOrBuilder. getSegmentLabelAnnotations(int index)Label annotations on video level or user specified segment level.LabelAnnotationVideoAnnotationResults.Builder. getShotLabelAnnotations(int index)Label annotations on shot level.LabelAnnotationVideoAnnotationResults. getShotLabelAnnotations(int index)Label annotations on shot level.LabelAnnotationVideoAnnotationResultsOrBuilder. getShotLabelAnnotations(int index)Label annotations on shot level.static LabelAnnotationLabelAnnotation. parseDelimitedFrom(InputStream input)static LabelAnnotationLabelAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelAnnotationLabelAnnotation. parseFrom(byte[] data)static LabelAnnotationLabelAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelAnnotationLabelAnnotation. parseFrom(com.google.protobuf.ByteString data)static LabelAnnotationLabelAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelAnnotationLabelAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static LabelAnnotationLabelAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelAnnotationLabelAnnotation. parseFrom(InputStream input)static LabelAnnotationLabelAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LabelAnnotationLabelAnnotation. parseFrom(ByteBuffer data)static LabelAnnotationLabelAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.videointelligence.v1p1beta1 that return types with arguments of type LabelAnnotation Modifier and Type Method Description List<LabelAnnotation>VideoAnnotationResults.Builder. getFrameLabelAnnotationsList()Label annotations on frame level.List<LabelAnnotation>VideoAnnotationResults. getFrameLabelAnnotationsList()Label annotations on frame level.List<LabelAnnotation>VideoAnnotationResultsOrBuilder. getFrameLabelAnnotationsList()Label annotations on frame level.com.google.protobuf.Parser<LabelAnnotation>LabelAnnotation. getParserForType()List<LabelAnnotation>VideoAnnotationResults.Builder. getSegmentLabelAnnotationsList()Label annotations on video level or user specified segment level.List<LabelAnnotation>VideoAnnotationResults. getSegmentLabelAnnotationsList()Label annotations on video level or user specified segment level.List<LabelAnnotation>VideoAnnotationResultsOrBuilder. getSegmentLabelAnnotationsList()Label annotations on video level or user specified segment level.List<LabelAnnotation>VideoAnnotationResults.Builder. getShotLabelAnnotationsList()Label annotations on shot level.List<LabelAnnotation>VideoAnnotationResults. getShotLabelAnnotationsList()Label annotations on shot level.List<LabelAnnotation>VideoAnnotationResultsOrBuilder. getShotLabelAnnotationsList()Label annotations on shot level.static com.google.protobuf.Parser<LabelAnnotation>LabelAnnotation. parser()Methods in com.google.cloud.videointelligence.v1p1beta1 with parameters of type LabelAnnotation Modifier and Type Method Description VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addFrameLabelAnnotations(int index, LabelAnnotation value)Label annotations on frame level.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addFrameLabelAnnotations(LabelAnnotation value)Label annotations on frame level.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addSegmentLabelAnnotations(int index, LabelAnnotation value)Label annotations on video level or user specified segment level.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addSegmentLabelAnnotations(LabelAnnotation value)Label annotations on video level or user specified segment level.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addShotLabelAnnotations(int index, LabelAnnotation value)Label annotations on shot level.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addShotLabelAnnotations(LabelAnnotation value)Label annotations on shot level.LabelAnnotation.BuilderLabelAnnotation.Builder. mergeFrom(LabelAnnotation other)static LabelAnnotation.BuilderLabelAnnotation. newBuilder(LabelAnnotation prototype)VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. setFrameLabelAnnotations(int index, LabelAnnotation value)Label annotations on frame level.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. setSegmentLabelAnnotations(int index, LabelAnnotation value)Label annotations on video level or user specified segment level.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. setShotLabelAnnotations(int index, LabelAnnotation value)Label annotations on shot level.Method parameters in com.google.cloud.videointelligence.v1p1beta1 with type arguments of type LabelAnnotation Modifier and Type Method Description VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addAllFrameLabelAnnotations(Iterable<? extends LabelAnnotation> values)Label annotations on frame level.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addAllSegmentLabelAnnotations(Iterable<? extends LabelAnnotation> values)Label annotations on video level or user specified segment level.VideoAnnotationResults.BuilderVideoAnnotationResults.Builder. addAllShotLabelAnnotations(Iterable<? extends LabelAnnotation> values)Label annotations on shot level.
-