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 LabelAnnotation
LabelAnnotation.Builder. build()
LabelAnnotation
LabelAnnotation.Builder. buildPartial()
static LabelAnnotation
LabelAnnotation. getDefaultInstance()
LabelAnnotation
LabelAnnotation.Builder. getDefaultInstanceForType()
LabelAnnotation
LabelAnnotation. getDefaultInstanceForType()
LabelAnnotation
VideoAnnotationResults.Builder. getFrameLabelAnnotations(int index)
Label annotations on frame level.LabelAnnotation
VideoAnnotationResults. getFrameLabelAnnotations(int index)
Label annotations on frame level.LabelAnnotation
VideoAnnotationResultsOrBuilder. getFrameLabelAnnotations(int index)
Label annotations on frame level.LabelAnnotation
VideoAnnotationResults.Builder. getSegmentLabelAnnotations(int index)
Label annotations on video level or user specified segment level.LabelAnnotation
VideoAnnotationResults. getSegmentLabelAnnotations(int index)
Label annotations on video level or user specified segment level.LabelAnnotation
VideoAnnotationResultsOrBuilder. getSegmentLabelAnnotations(int index)
Label annotations on video level or user specified segment level.LabelAnnotation
VideoAnnotationResults.Builder. getShotLabelAnnotations(int index)
Label annotations on shot level.LabelAnnotation
VideoAnnotationResults. getShotLabelAnnotations(int index)
Label annotations on shot level.LabelAnnotation
VideoAnnotationResultsOrBuilder. getShotLabelAnnotations(int index)
Label annotations on shot level.static LabelAnnotation
LabelAnnotation. parseDelimitedFrom(InputStream input)
static LabelAnnotation
LabelAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelAnnotation
LabelAnnotation. parseFrom(byte[] data)
static LabelAnnotation
LabelAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelAnnotation
LabelAnnotation. parseFrom(com.google.protobuf.ByteString data)
static LabelAnnotation
LabelAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelAnnotation
LabelAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)
static LabelAnnotation
LabelAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelAnnotation
LabelAnnotation. parseFrom(InputStream input)
static LabelAnnotation
LabelAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LabelAnnotation
LabelAnnotation. parseFrom(ByteBuffer data)
static LabelAnnotation
LabelAnnotation. 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.Builder
VideoAnnotationResults.Builder. addFrameLabelAnnotations(int index, LabelAnnotation value)
Label annotations on frame level.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addFrameLabelAnnotations(LabelAnnotation value)
Label annotations on frame level.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addSegmentLabelAnnotations(int index, LabelAnnotation value)
Label annotations on video level or user specified segment level.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addSegmentLabelAnnotations(LabelAnnotation value)
Label annotations on video level or user specified segment level.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addShotLabelAnnotations(int index, LabelAnnotation value)
Label annotations on shot level.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addShotLabelAnnotations(LabelAnnotation value)
Label annotations on shot level.LabelAnnotation.Builder
LabelAnnotation.Builder. mergeFrom(LabelAnnotation other)
static LabelAnnotation.Builder
LabelAnnotation. newBuilder(LabelAnnotation prototype)
VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. setFrameLabelAnnotations(int index, LabelAnnotation value)
Label annotations on frame level.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. setSegmentLabelAnnotations(int index, LabelAnnotation value)
Label annotations on video level or user specified segment level.VideoAnnotationResults.Builder
VideoAnnotationResults.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.Builder
VideoAnnotationResults.Builder. addAllFrameLabelAnnotations(Iterable<? extends LabelAnnotation> values)
Label annotations on frame level.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addAllSegmentLabelAnnotations(Iterable<? extends LabelAnnotation> values)
Label annotations on video level or user specified segment level.VideoAnnotationResults.Builder
VideoAnnotationResults.Builder. addAllShotLabelAnnotations(Iterable<? extends LabelAnnotation> values)
Label annotations on shot level.
-