- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.13
- 2.1.0
- 2.0.27
public static final class VideoAnnotationResults.Builder extends GeneratedMessageV3.Builder<VideoAnnotationResults.Builder> implements VideoAnnotationResultsOrBuilder
Annotation results for a single video.
Protobuf type google.cloud.videointelligence.v1p2beta1.VideoAnnotationResults
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VideoAnnotationResults.BuilderImplements
VideoAnnotationResultsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
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.v1p2beta1.LabelAnnotation frame_label_annotations = 4;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.videointelligence.v1p2beta1.LabelAnnotation> |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addAllObjectAnnotations(Iterable<? extends ObjectTrackingAnnotation> values)
public VideoAnnotationResults.Builder addAllObjectAnnotations(Iterable<? extends ObjectTrackingAnnotation> values)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation> |
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.v1p2beta1.LabelAnnotation segment_label_annotations = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.videointelligence.v1p2beta1.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.v1p2beta1.VideoSegment shot_annotations = 6;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.videointelligence.v1p2beta1.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.v1p2beta1.LabelAnnotation shot_label_annotations = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.videointelligence.v1p2beta1.LabelAnnotation> |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addAllTextAnnotations(Iterable<? extends TextAnnotation> values)
public VideoAnnotationResults.Builder addAllTextAnnotations(Iterable<? extends TextAnnotation> values)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.videointelligence.v1p2beta1.TextAnnotation> |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.LabelAnnotation frame_label_annotations = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LabelAnnotation.Builder |
addObjectAnnotations(ObjectTrackingAnnotation value)
public VideoAnnotationResults.Builder addObjectAnnotations(ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameter | |
---|---|
Name | Description |
value |
ObjectTrackingAnnotation |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addObjectAnnotations(ObjectTrackingAnnotation.Builder builderForValue)
public VideoAnnotationResults.Builder addObjectAnnotations(ObjectTrackingAnnotation.Builder builderForValue)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameter | |
---|---|
Name | Description |
builderForValue |
ObjectTrackingAnnotation.Builder |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addObjectAnnotations(int index, ObjectTrackingAnnotation value)
public VideoAnnotationResults.Builder addObjectAnnotations(int index, ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ObjectTrackingAnnotation |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)
public VideoAnnotationResults.Builder addObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ObjectTrackingAnnotation.Builder |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addObjectAnnotationsBuilder()
public ObjectTrackingAnnotation.Builder addObjectAnnotationsBuilder()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Returns | |
---|---|
Type | Description |
ObjectTrackingAnnotation.Builder |
addObjectAnnotationsBuilder(int index)
public ObjectTrackingAnnotation.Builder addObjectAnnotationsBuilder(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ObjectTrackingAnnotation.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 |
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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.LabelAnnotation shot_label_annotations = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LabelAnnotation.Builder |
addTextAnnotations(TextAnnotation value)
public VideoAnnotationResults.Builder addTextAnnotations(TextAnnotation value)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameter | |
---|---|
Name | Description |
value |
TextAnnotation |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addTextAnnotations(TextAnnotation.Builder builderForValue)
public VideoAnnotationResults.Builder addTextAnnotations(TextAnnotation.Builder builderForValue)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameter | |
---|---|
Name | Description |
builderForValue |
TextAnnotation.Builder |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addTextAnnotations(int index, TextAnnotation value)
public VideoAnnotationResults.Builder addTextAnnotations(int index, TextAnnotation value)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
TextAnnotation |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addTextAnnotations(int index, TextAnnotation.Builder builderForValue)
public VideoAnnotationResults.Builder addTextAnnotations(int index, TextAnnotation.Builder builderForValue)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
TextAnnotation.Builder |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
addTextAnnotationsBuilder()
public TextAnnotation.Builder addTextAnnotationsBuilder()
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Returns | |
---|---|
Type | Description |
TextAnnotation.Builder |
addTextAnnotationsBuilder(int index)
public TextAnnotation.Builder addTextAnnotationsBuilder(int index)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TextAnnotation.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 |
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.v1p2beta1.ExplicitContentAnnotation explicit_annotation = 7;
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 |
clearFrameLabelAnnotations()
public VideoAnnotationResults.Builder clearFrameLabelAnnotations()
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p2beta1.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. |
clearObjectAnnotations()
public VideoAnnotationResults.Builder clearObjectAnnotations()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public VideoAnnotationResults.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.LabelAnnotation shot_label_annotations = 3;
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
clearTextAnnotations()
public VideoAnnotationResults.Builder clearTextAnnotations()
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
clone()
public VideoAnnotationResults.Builder clone()
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
getDefaultInstanceForType()
public VideoAnnotationResults getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
VideoAnnotationResults |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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.v1p2beta1.ExplicitContentAnnotation explicit_annotation = 7;
Returns | |
---|---|
Type | Description |
ExplicitContentAnnotation |
The explicitAnnotation. |
getExplicitAnnotationBuilder()
public ExplicitContentAnnotation.Builder getExplicitAnnotationBuilder()
Explicit content annotation.
.google.cloud.videointelligence.v1p2beta1.ExplicitContentAnnotation explicit_annotation = 7;
Returns | |
---|---|
Type | Description |
ExplicitContentAnnotation.Builder |
getExplicitAnnotationOrBuilder()
public ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()
Explicit content annotation.
.google.cloud.videointelligence.v1p2beta1.ExplicitContentAnnotation explicit_annotation = 7;
Returns | |
---|---|
Type | Description |
ExplicitContentAnnotationOrBuilder |
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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.LabelAnnotation frame_label_annotations = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.videointelligence.v1p2beta1.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. |
getObjectAnnotations(int index)
public ObjectTrackingAnnotation getObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ObjectTrackingAnnotation |
getObjectAnnotationsBuilder(int index)
public ObjectTrackingAnnotation.Builder getObjectAnnotationsBuilder(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ObjectTrackingAnnotation.Builder |
getObjectAnnotationsBuilderList()
public List<ObjectTrackingAnnotation.Builder> getObjectAnnotationsBuilderList()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Returns | |
---|---|
Type | Description |
List<Builder> |
getObjectAnnotationsCount()
public int getObjectAnnotationsCount()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Returns | |
---|---|
Type | Description |
int |
getObjectAnnotationsList()
public List<ObjectTrackingAnnotation> getObjectAnnotationsList()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Returns | |
---|---|
Type | Description |
List<ObjectTrackingAnnotation> |
getObjectAnnotationsOrBuilder(int index)
public ObjectTrackingAnnotationOrBuilder getObjectAnnotationsOrBuilder(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ObjectTrackingAnnotationOrBuilder |
getObjectAnnotationsOrBuilderList()
public List<? extends ObjectTrackingAnnotationOrBuilder> getObjectAnnotationsOrBuilderList()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotationOrBuilder> |
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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.LabelAnnotation segment_label_annotations = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.videointelligence.v1p2beta1.LabelAnnotationOrBuilder> |
getShotAnnotations(int index)
public VideoSegment getShotAnnotations(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.VideoSegment shot_annotations = 6;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.videointelligence.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.LabelAnnotation shot_label_annotations = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.videointelligence.v1p2beta1.LabelAnnotationOrBuilder> |
getTextAnnotations(int index)
public TextAnnotation getTextAnnotations(int index)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TextAnnotation |
getTextAnnotationsBuilder(int index)
public TextAnnotation.Builder getTextAnnotationsBuilder(int index)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TextAnnotation.Builder |
getTextAnnotationsBuilderList()
public List<TextAnnotation.Builder> getTextAnnotationsBuilderList()
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Returns | |
---|---|
Type | Description |
List<Builder> |
getTextAnnotationsCount()
public int getTextAnnotationsCount()
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Returns | |
---|---|
Type | Description |
int |
getTextAnnotationsList()
public List<TextAnnotation> getTextAnnotationsList()
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Returns | |
---|---|
Type | Description |
List<TextAnnotation> |
getTextAnnotationsOrBuilder(int index)
public TextAnnotationOrBuilder getTextAnnotationsOrBuilder(int index)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TextAnnotationOrBuilder |
getTextAnnotationsOrBuilderList()
public List<? extends TextAnnotationOrBuilder> getTextAnnotationsOrBuilderList()
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.videointelligence.v1p2beta1.TextAnnotationOrBuilder> |
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.v1p2beta1.ExplicitContentAnnotation explicit_annotation = 7;
Returns | |
---|---|
Type | Description |
boolean |
Whether the explicitAnnotation field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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.v1p2beta1.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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public VideoAnnotationResults.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VideoAnnotationResults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
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.v1p2beta1.LabelAnnotation frame_label_annotations = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
removeObjectAnnotations(int index)
public VideoAnnotationResults.Builder removeObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.LabelAnnotation shot_label_annotations = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
removeTextAnnotations(int index)
public VideoAnnotationResults.Builder removeTextAnnotations(int index)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
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.v1p2beta1.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.v1p2beta1.ExplicitContentAnnotation explicit_annotation = 7;
Parameter | |
---|---|
Name | Description |
builderForValue |
ExplicitContentAnnotation.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 |
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.v1p2beta1.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.v1p2beta1.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. |
setObjectAnnotations(int index, ObjectTrackingAnnotation value)
public VideoAnnotationResults.Builder setObjectAnnotations(int index, ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
ObjectTrackingAnnotation |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
setObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)
public VideoAnnotationResults.Builder setObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p2beta1.ObjectTrackingAnnotation object_annotations = 14;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
ObjectTrackingAnnotation.Builder |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
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 |
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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.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.v1p2beta1.LabelAnnotation shot_label_annotations = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
LabelAnnotation.Builder |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
setTextAnnotations(int index, TextAnnotation value)
public VideoAnnotationResults.Builder setTextAnnotations(int index, TextAnnotation value)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
TextAnnotation |
Returns | |
---|---|
Type | Description |
VideoAnnotationResults.Builder |
setTextAnnotations(int index, TextAnnotation.Builder builderForValue)
public VideoAnnotationResults.Builder setTextAnnotations(int index, TextAnnotation.Builder builderForValue)
OCR text detection and tracking. Annotations for list of detected text snippets. Each will have list of frame information associated with it.
repeated .google.cloud.videointelligence.v1p2beta1.TextAnnotation text_annotations = 12;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
TextAnnotation.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 |