Class VideoAnnotationResults.Builder (2.41.0)

public static final class VideoAnnotationResults.Builder extends GeneratedMessageV3.Builder<VideoAnnotationResults.Builder> implements VideoAnnotationResultsOrBuilder

Annotation results for a single video.

Protobuf type google.cloud.videointelligence.v1beta2.VideoAnnotationResults

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values)

public VideoAnnotationResults.Builder addAllFaceAnnotations(Iterable<? extends FaceAnnotation> values)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameter
Name Description
values Iterable<? extends com.google.cloud.videointelligence.v1beta2.FaceAnnotation>
Returns
Type Description
VideoAnnotationResults.Builder

addAllFrameLabelAnnotations(Iterable<? extends LabelAnnotation> values)

public VideoAnnotationResults.Builder addAllFrameLabelAnnotations(Iterable<? extends LabelAnnotation> values)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameter
Name Description
values Iterable<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotation>
Returns
Type Description
VideoAnnotationResults.Builder

addAllSegmentLabelAnnotations(Iterable<? extends LabelAnnotation> values)

public VideoAnnotationResults.Builder addAllSegmentLabelAnnotations(Iterable<? extends LabelAnnotation> values)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameter
Name Description
values Iterable<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotation>
Returns
Type Description
VideoAnnotationResults.Builder

addAllShotAnnotations(Iterable<? extends VideoSegment> values)

public VideoAnnotationResults.Builder addAllShotAnnotations(Iterable<? extends VideoSegment> values)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameter
Name Description
values Iterable<? extends com.google.cloud.videointelligence.v1beta2.VideoSegment>
Returns
Type Description
VideoAnnotationResults.Builder

addAllShotLabelAnnotations(Iterable<? extends LabelAnnotation> values)

public VideoAnnotationResults.Builder addAllShotLabelAnnotations(Iterable<? extends LabelAnnotation> values)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameter
Name Description
values Iterable<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotation>
Returns
Type Description
VideoAnnotationResults.Builder

addFaceAnnotations(FaceAnnotation value)

public VideoAnnotationResults.Builder addFaceAnnotations(FaceAnnotation value)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameter
Name Description
value FaceAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

addFaceAnnotations(FaceAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addFaceAnnotations(FaceAnnotation.Builder builderForValue)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameter
Name Description
builderForValue FaceAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addFaceAnnotations(int index, FaceAnnotation value)

public VideoAnnotationResults.Builder addFaceAnnotations(int index, FaceAnnotation value)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameters
Name Description
index int
value FaceAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

addFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameters
Name Description
index int
builderForValue FaceAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addFaceAnnotationsBuilder()

public FaceAnnotation.Builder addFaceAnnotationsBuilder()

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Returns
Type Description
FaceAnnotation.Builder

addFaceAnnotationsBuilder(int index)

public FaceAnnotation.Builder addFaceAnnotationsBuilder(int index)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameter
Name Description
index int
Returns
Type Description
FaceAnnotation.Builder

addFrameLabelAnnotations(LabelAnnotation value)

public VideoAnnotationResults.Builder addFrameLabelAnnotations(LabelAnnotation value)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameter
Name Description
value LabelAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

addFrameLabelAnnotations(LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addFrameLabelAnnotations(LabelAnnotation.Builder builderForValue)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameter
Name Description
builderForValue LabelAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addFrameLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder addFrameLabelAnnotations(int index, LabelAnnotation value)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameters
Name Description
index int
value LabelAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

addFrameLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addFrameLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameters
Name Description
index int
builderForValue LabelAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addFrameLabelAnnotationsBuilder()

public LabelAnnotation.Builder addFrameLabelAnnotationsBuilder()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Returns
Type Description
LabelAnnotation.Builder

addFrameLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder addFrameLabelAnnotationsBuilder(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotation.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public VideoAnnotationResults.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VideoAnnotationResults.Builder
Overrides

addSegmentLabelAnnotations(LabelAnnotation value)

public VideoAnnotationResults.Builder addSegmentLabelAnnotations(LabelAnnotation value)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameter
Name Description
value LabelAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

addSegmentLabelAnnotations(LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addSegmentLabelAnnotations(LabelAnnotation.Builder builderForValue)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameter
Name Description
builderForValue LabelAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addSegmentLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder addSegmentLabelAnnotations(int index, LabelAnnotation value)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameters
Name Description
index int
value LabelAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

addSegmentLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addSegmentLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameters
Name Description
index int
builderForValue LabelAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addSegmentLabelAnnotationsBuilder()

public LabelAnnotation.Builder addSegmentLabelAnnotationsBuilder()

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Returns
Type Description
LabelAnnotation.Builder

addSegmentLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder addSegmentLabelAnnotationsBuilder(int index)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotation.Builder

addShotAnnotations(VideoSegment value)

public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment value)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameter
Name Description
value VideoSegment
Returns
Type Description
VideoAnnotationResults.Builder

addShotAnnotations(VideoSegment.Builder builderForValue)

public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment.Builder builderForValue)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameter
Name Description
builderForValue VideoSegment.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addShotAnnotations(int index, VideoSegment value)

public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment value)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameters
Name Description
index int
value VideoSegment
Returns
Type Description
VideoAnnotationResults.Builder

addShotAnnotations(int index, VideoSegment.Builder builderForValue)

public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment.Builder builderForValue)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameters
Name Description
index int
builderForValue VideoSegment.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addShotAnnotationsBuilder()

public VideoSegment.Builder addShotAnnotationsBuilder()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Returns
Type Description
VideoSegment.Builder

addShotAnnotationsBuilder(int index)

public VideoSegment.Builder addShotAnnotationsBuilder(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameter
Name Description
index int
Returns
Type Description
VideoSegment.Builder

addShotLabelAnnotations(LabelAnnotation value)

public VideoAnnotationResults.Builder addShotLabelAnnotations(LabelAnnotation value)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameter
Name Description
value LabelAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

addShotLabelAnnotations(LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addShotLabelAnnotations(LabelAnnotation.Builder builderForValue)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameter
Name Description
builderForValue LabelAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addShotLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder addShotLabelAnnotations(int index, LabelAnnotation value)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameters
Name Description
index int
value LabelAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

addShotLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder addShotLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameters
Name Description
index int
builderForValue LabelAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

addShotLabelAnnotationsBuilder()

public LabelAnnotation.Builder addShotLabelAnnotationsBuilder()

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Returns
Type Description
LabelAnnotation.Builder

addShotLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder addShotLabelAnnotationsBuilder(int index)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotation.Builder

build()

public VideoAnnotationResults build()
Returns
Type Description
VideoAnnotationResults

buildPartial()

public VideoAnnotationResults buildPartial()
Returns
Type Description
VideoAnnotationResults

clear()

public VideoAnnotationResults.Builder clear()
Returns
Type Description
VideoAnnotationResults.Builder
Overrides

clearError()

public VideoAnnotationResults.Builder clearError()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
Type Description
VideoAnnotationResults.Builder

clearExplicitAnnotation()

public VideoAnnotationResults.Builder clearExplicitAnnotation()

Explicit content annotation.

.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;

Returns
Type Description
VideoAnnotationResults.Builder

clearFaceAnnotations()

public VideoAnnotationResults.Builder clearFaceAnnotations()

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Returns
Type Description
VideoAnnotationResults.Builder

clearField(Descriptors.FieldDescriptor field)

public VideoAnnotationResults.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
VideoAnnotationResults.Builder
Overrides

clearFrameLabelAnnotations()

public VideoAnnotationResults.Builder clearFrameLabelAnnotations()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Returns
Type Description
VideoAnnotationResults.Builder

clearInputUri()

public VideoAnnotationResults.Builder clearInputUri()

Video file location in Google Cloud Storage.

string input_uri = 1;

Returns
Type Description
VideoAnnotationResults.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public VideoAnnotationResults.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
VideoAnnotationResults.Builder
Overrides

clearSegmentLabelAnnotations()

public VideoAnnotationResults.Builder clearSegmentLabelAnnotations()

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Returns
Type Description
VideoAnnotationResults.Builder

clearShotAnnotations()

public VideoAnnotationResults.Builder clearShotAnnotations()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Returns
Type Description
VideoAnnotationResults.Builder

clearShotLabelAnnotations()

public VideoAnnotationResults.Builder clearShotLabelAnnotations()

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Returns
Type Description
VideoAnnotationResults.Builder

clone()

public VideoAnnotationResults.Builder clone()
Returns
Type Description
VideoAnnotationResults.Builder
Overrides

getDefaultInstanceForType()

public VideoAnnotationResults getDefaultInstanceForType()
Returns
Type Description
VideoAnnotationResults

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getError()

public Status getError()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
Type Description
com.google.rpc.Status

The error.

getErrorBuilder()

public Status.Builder getErrorBuilder()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
Type Description
com.google.rpc.Status.Builder

getErrorOrBuilder()

public StatusOrBuilder getErrorOrBuilder()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
Type Description
com.google.rpc.StatusOrBuilder

getExplicitAnnotation()

public ExplicitContentAnnotation getExplicitAnnotation()

Explicit content annotation.

.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;

Returns
Type Description
ExplicitContentAnnotation

The explicitAnnotation.

getExplicitAnnotationBuilder()

public ExplicitContentAnnotation.Builder getExplicitAnnotationBuilder()

Explicit content annotation.

.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;

Returns
Type Description
ExplicitContentAnnotation.Builder

getExplicitAnnotationOrBuilder()

public ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()

Explicit content annotation.

.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;

Returns
Type Description
ExplicitContentAnnotationOrBuilder

getFaceAnnotations(int index)

public FaceAnnotation getFaceAnnotations(int index)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameter
Name Description
index int
Returns
Type Description
FaceAnnotation

getFaceAnnotationsBuilder(int index)

public FaceAnnotation.Builder getFaceAnnotationsBuilder(int index)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameter
Name Description
index int
Returns
Type Description
FaceAnnotation.Builder

getFaceAnnotationsBuilderList()

public List<FaceAnnotation.Builder> getFaceAnnotationsBuilderList()

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Returns
Type Description
List<Builder>

getFaceAnnotationsCount()

public int getFaceAnnotationsCount()

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Returns
Type Description
int

getFaceAnnotationsList()

public List<FaceAnnotation> getFaceAnnotationsList()

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Returns
Type Description
List<FaceAnnotation>

getFaceAnnotationsOrBuilder(int index)

public FaceAnnotationOrBuilder getFaceAnnotationsOrBuilder(int index)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameter
Name Description
index int
Returns
Type Description
FaceAnnotationOrBuilder

getFaceAnnotationsOrBuilderList()

public List<? extends FaceAnnotationOrBuilder> getFaceAnnotationsOrBuilderList()

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1beta2.FaceAnnotationOrBuilder>

getFrameLabelAnnotations(int index)

public LabelAnnotation getFrameLabelAnnotations(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotation

getFrameLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder getFrameLabelAnnotationsBuilder(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotation.Builder

getFrameLabelAnnotationsBuilderList()

public List<LabelAnnotation.Builder> getFrameLabelAnnotationsBuilderList()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Returns
Type Description
List<Builder>

getFrameLabelAnnotationsCount()

public int getFrameLabelAnnotationsCount()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Returns
Type Description
int

getFrameLabelAnnotationsList()

public List<LabelAnnotation> getFrameLabelAnnotationsList()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Returns
Type Description
List<LabelAnnotation>

getFrameLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getFrameLabelAnnotationsOrBuilder(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotationOrBuilder

getFrameLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getFrameLabelAnnotationsOrBuilderList()

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotationOrBuilder>

getInputUri()

public String getInputUri()

Video file location in Google Cloud Storage.

string input_uri = 1;

Returns
Type Description
String

The inputUri.

getInputUriBytes()

public ByteString getInputUriBytes()

Video file location in Google Cloud Storage.

string input_uri = 1;

Returns
Type Description
ByteString

The bytes for inputUri.

getSegmentLabelAnnotations(int index)

public LabelAnnotation getSegmentLabelAnnotations(int index)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotation

getSegmentLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder getSegmentLabelAnnotationsBuilder(int index)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotation.Builder

getSegmentLabelAnnotationsBuilderList()

public List<LabelAnnotation.Builder> getSegmentLabelAnnotationsBuilderList()

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Returns
Type Description
List<Builder>

getSegmentLabelAnnotationsCount()

public int getSegmentLabelAnnotationsCount()

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Returns
Type Description
int

getSegmentLabelAnnotationsList()

public List<LabelAnnotation> getSegmentLabelAnnotationsList()

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Returns
Type Description
List<LabelAnnotation>

getSegmentLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getSegmentLabelAnnotationsOrBuilder(int index)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotationOrBuilder

getSegmentLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getSegmentLabelAnnotationsOrBuilderList()

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotationOrBuilder>

getShotAnnotations(int index)

public VideoSegment getShotAnnotations(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameter
Name Description
index int
Returns
Type Description
VideoSegment

getShotAnnotationsBuilder(int index)

public VideoSegment.Builder getShotAnnotationsBuilder(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameter
Name Description
index int
Returns
Type Description
VideoSegment.Builder

getShotAnnotationsBuilderList()

public List<VideoSegment.Builder> getShotAnnotationsBuilderList()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Returns
Type Description
List<Builder>

getShotAnnotationsCount()

public int getShotAnnotationsCount()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Returns
Type Description
int

getShotAnnotationsList()

public List<VideoSegment> getShotAnnotationsList()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Returns
Type Description
List<VideoSegment>

getShotAnnotationsOrBuilder(int index)

public VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameter
Name Description
index int
Returns
Type Description
VideoSegmentOrBuilder

getShotAnnotationsOrBuilderList()

public List<? extends VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList()

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1beta2.VideoSegmentOrBuilder>

getShotLabelAnnotations(int index)

public LabelAnnotation getShotLabelAnnotations(int index)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotation

getShotLabelAnnotationsBuilder(int index)

public LabelAnnotation.Builder getShotLabelAnnotationsBuilder(int index)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotation.Builder

getShotLabelAnnotationsBuilderList()

public List<LabelAnnotation.Builder> getShotLabelAnnotationsBuilderList()

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Returns
Type Description
List<Builder>

getShotLabelAnnotationsCount()

public int getShotLabelAnnotationsCount()

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Returns
Type Description
int

getShotLabelAnnotationsList()

public List<LabelAnnotation> getShotLabelAnnotationsList()

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Returns
Type Description
List<LabelAnnotation>

getShotLabelAnnotationsOrBuilder(int index)

public LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameter
Name Description
index int
Returns
Type Description
LabelAnnotationOrBuilder

getShotLabelAnnotationsOrBuilderList()

public List<? extends LabelAnnotationOrBuilder> getShotLabelAnnotationsOrBuilderList()

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Returns
Type Description
List<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotationOrBuilder>

hasError()

public boolean hasError()

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Returns
Type Description
boolean

Whether the error field is set.

hasExplicitAnnotation()

public boolean hasExplicitAnnotation()

Explicit content annotation.

.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;

Returns
Type Description
boolean

Whether the explicitAnnotation field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeError(Status value)

public VideoAnnotationResults.Builder mergeError(Status value)

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Parameter
Name Description
value com.google.rpc.Status
Returns
Type Description
VideoAnnotationResults.Builder

mergeExplicitAnnotation(ExplicitContentAnnotation value)

public VideoAnnotationResults.Builder mergeExplicitAnnotation(ExplicitContentAnnotation value)

Explicit content annotation.

.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;

Parameter
Name Description
value ExplicitContentAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

mergeFrom(VideoAnnotationResults other)

public VideoAnnotationResults.Builder mergeFrom(VideoAnnotationResults other)
Parameter
Name Description
other VideoAnnotationResults
Returns
Type Description
VideoAnnotationResults.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public VideoAnnotationResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VideoAnnotationResults.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public VideoAnnotationResults.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
VideoAnnotationResults.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final VideoAnnotationResults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VideoAnnotationResults.Builder
Overrides

removeFaceAnnotations(int index)

public VideoAnnotationResults.Builder removeFaceAnnotations(int index)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameter
Name Description
index int
Returns
Type Description
VideoAnnotationResults.Builder

removeFrameLabelAnnotations(int index)

public VideoAnnotationResults.Builder removeFrameLabelAnnotations(int index)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameter
Name Description
index int
Returns
Type Description
VideoAnnotationResults.Builder

removeSegmentLabelAnnotations(int index)

public VideoAnnotationResults.Builder removeSegmentLabelAnnotations(int index)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameter
Name Description
index int
Returns
Type Description
VideoAnnotationResults.Builder

removeShotAnnotations(int index)

public VideoAnnotationResults.Builder removeShotAnnotations(int index)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameter
Name Description
index int
Returns
Type Description
VideoAnnotationResults.Builder

removeShotLabelAnnotations(int index)

public VideoAnnotationResults.Builder removeShotLabelAnnotations(int index)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameter
Name Description
index int
Returns
Type Description
VideoAnnotationResults.Builder

setError(Status value)

public VideoAnnotationResults.Builder setError(Status value)

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Parameter
Name Description
value com.google.rpc.Status
Returns
Type Description
VideoAnnotationResults.Builder

setError(Status.Builder builderForValue)

public VideoAnnotationResults.Builder setError(Status.Builder builderForValue)

If set, indicates an error. Note that for a single AnnotateVideoRequest some videos may succeed and some may fail.

.google.rpc.Status error = 9;

Parameter
Name Description
builderForValue com.google.rpc.Status.Builder
Returns
Type Description
VideoAnnotationResults.Builder

setExplicitAnnotation(ExplicitContentAnnotation value)

public VideoAnnotationResults.Builder setExplicitAnnotation(ExplicitContentAnnotation value)

Explicit content annotation.

.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;

Parameter
Name Description
value ExplicitContentAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

setExplicitAnnotation(ExplicitContentAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setExplicitAnnotation(ExplicitContentAnnotation.Builder builderForValue)

Explicit content annotation.

.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;

Parameter
Name Description
builderForValue ExplicitContentAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

setFaceAnnotations(int index, FaceAnnotation value)

public VideoAnnotationResults.Builder setFaceAnnotations(int index, FaceAnnotation value)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameters
Name Description
index int
value FaceAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

setFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setFaceAnnotations(int index, FaceAnnotation.Builder builderForValue)

Face annotations. There is exactly one element for each unique face.

repeated .google.cloud.videointelligence.v1beta2.FaceAnnotation face_annotations = 5;

Parameters
Name Description
index int
builderForValue FaceAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public VideoAnnotationResults.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VideoAnnotationResults.Builder
Overrides

setFrameLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder setFrameLabelAnnotations(int index, LabelAnnotation value)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameters
Name Description
index int
value LabelAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

setFrameLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setFrameLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Label annotations on frame level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation frame_label_annotations = 4;

Parameters
Name Description
index int
builderForValue LabelAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

setInputUri(String value)

public VideoAnnotationResults.Builder setInputUri(String value)

Video file location in Google Cloud Storage.

string input_uri = 1;

Parameter
Name Description
value String

The inputUri to set.

Returns
Type Description
VideoAnnotationResults.Builder

This builder for chaining.

setInputUriBytes(ByteString value)

public VideoAnnotationResults.Builder setInputUriBytes(ByteString value)

Video file location in Google Cloud Storage.

string input_uri = 1;

Parameter
Name Description
value ByteString

The bytes for inputUri to set.

Returns
Type Description
VideoAnnotationResults.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public VideoAnnotationResults.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
VideoAnnotationResults.Builder
Overrides

setSegmentLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder setSegmentLabelAnnotations(int index, LabelAnnotation value)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameters
Name Description
index int
value LabelAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

setSegmentLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setSegmentLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Label annotations on video level or user specified segment level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation segment_label_annotations = 2;

Parameters
Name Description
index int
builderForValue LabelAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

setShotAnnotations(int index, VideoSegment value)

public VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment value)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameters
Name Description
index int
value VideoSegment
Returns
Type Description
VideoAnnotationResults.Builder

setShotAnnotations(int index, VideoSegment.Builder builderForValue)

public VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment.Builder builderForValue)

Shot annotations. Each shot is represented as a video segment.

repeated .google.cloud.videointelligence.v1beta2.VideoSegment shot_annotations = 6;

Parameters
Name Description
index int
builderForValue VideoSegment.Builder
Returns
Type Description
VideoAnnotationResults.Builder

setShotLabelAnnotations(int index, LabelAnnotation value)

public VideoAnnotationResults.Builder setShotLabelAnnotations(int index, LabelAnnotation value)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameters
Name Description
index int
value LabelAnnotation
Returns
Type Description
VideoAnnotationResults.Builder

setShotLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

public VideoAnnotationResults.Builder setShotLabelAnnotations(int index, LabelAnnotation.Builder builderForValue)

Label annotations on shot level. There is exactly one element for each unique label.

repeated .google.cloud.videointelligence.v1beta2.LabelAnnotation shot_label_annotations = 3;

Parameters
Name Description
index int
builderForValue LabelAnnotation.Builder
Returns
Type Description
VideoAnnotationResults.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final VideoAnnotationResults.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VideoAnnotationResults.Builder
Overrides