- 2.77.0 (latest)
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.71.0
- 2.69.0
- 2.67.0
- 2.66.0
- 2.63.0
- 2.62.0
- 2.61.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 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 VideoAnnotationResultsOrBuilderAnnotation results for a single video.
Protobuf type google.cloud.videointelligence.v1beta2.VideoAnnotationResults
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VideoAnnotationResults.BuilderImplements
VideoAnnotationResultsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| 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;
| Name | Description |
| values | Iterable<? extends com.google.cloud.videointelligence.v1beta2.FaceAnnotation> |
| 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;
| Name | Description |
| values | Iterable<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotation> |
| 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;
| Name | Description |
| values | Iterable<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotation> |
| 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;
| Name | Description |
| values | Iterable<? extends com.google.cloud.videointelligence.v1beta2.VideoSegment> |
| 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;
| Name | Description |
| values | Iterable<? extends com.google.cloud.videointelligence.v1beta2.LabelAnnotation> |
| 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;
| Name | Description |
| value | FaceAnnotation |
| 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;
| Name | Description |
| builderForValue | FaceAnnotation.Builder |
| 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;
| Name | Description |
| index | int |
| value | FaceAnnotation |
| 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;
| Name | Description |
| index | int |
| builderForValue | FaceAnnotation.Builder |
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| value | LabelAnnotation |
| 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;
| Name | Description |
| builderForValue | LabelAnnotation.Builder |
| 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;
| Name | Description |
| index | int |
| value | LabelAnnotation |
| 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;
| Name | Description |
| index | int |
| builderForValue | LabelAnnotation.Builder |
| 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;
| 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;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotation.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public VideoAnnotationResults.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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.v1beta2.LabelAnnotation segment_label_annotations = 2;
| Name | Description |
| value | LabelAnnotation |
| 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;
| Name | Description |
| builderForValue | LabelAnnotation.Builder |
| 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;
| Name | Description |
| index | int |
| value | LabelAnnotation |
| 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;
| Name | Description |
| index | int |
| builderForValue | LabelAnnotation.Builder |
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| value | VideoSegment |
| 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;
| Name | Description |
| builderForValue | VideoSegment.Builder |
| 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;
| Name | Description |
| index | int |
| value | VideoSegment |
| 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;
| Name | Description |
| index | int |
| builderForValue | VideoSegment.Builder |
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| value | LabelAnnotation |
| 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;
| Name | Description |
| builderForValue | LabelAnnotation.Builder |
| 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;
| Name | Description |
| index | int |
| value | LabelAnnotation |
| 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;
| Name | Description |
| index | int |
| builderForValue | LabelAnnotation.Builder |
| 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;
| 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;
| Name | Description |
| index | int |
| Type | Description |
| LabelAnnotation.Builder |
build()
public VideoAnnotationResults build()| Type | Description |
| VideoAnnotationResults |
buildPartial()
public VideoAnnotationResults buildPartial()| Type | Description |
| VideoAnnotationResults |
clear()
public VideoAnnotationResults.Builder clear()| 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;
| Type | Description |
| VideoAnnotationResults.Builder |
clearExplicitAnnotation()
public VideoAnnotationResults.Builder clearExplicitAnnotation()Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| 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;
| Type | Description |
| VideoAnnotationResults.Builder |
clearField(Descriptors.FieldDescriptor field)
public VideoAnnotationResults.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| 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.v1beta2.LabelAnnotation frame_label_annotations = 4;
| Type | Description |
| VideoAnnotationResults.Builder |
clearInputUri()
public VideoAnnotationResults.Builder clearInputUri()Video file location in Google Cloud Storage.
string input_uri = 1;
| Type | Description |
| VideoAnnotationResults.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public VideoAnnotationResults.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| 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.v1beta2.LabelAnnotation segment_label_annotations = 2;
| 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;
| 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;
| Type | Description |
| VideoAnnotationResults.Builder |
clone()
public VideoAnnotationResults.Builder clone()| Type | Description |
| VideoAnnotationResults.Builder |
getDefaultInstanceForType()
public VideoAnnotationResults getDefaultInstanceForType()| Type | Description |
| VideoAnnotationResults |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| 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;
| 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;
| 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;
| Type | Description |
| com.google.rpc.StatusOrBuilder |
getExplicitAnnotation()
public ExplicitContentAnnotation getExplicitAnnotation()Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| Type | Description |
| ExplicitContentAnnotation | The explicitAnnotation. |
getExplicitAnnotationBuilder()
public ExplicitContentAnnotation.Builder getExplicitAnnotationBuilder()Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| Type | Description |
| ExplicitContentAnnotation.Builder |
getExplicitAnnotationOrBuilder()
public ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| Type | Description |
| String | The inputUri. |
getInputUriBytes()
public ByteString getInputUriBytes()Video file location in Google Cloud Storage.
string input_uri = 1;
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| Type | Description |
| boolean | Whether the error field is set. |
hasExplicitAnnotation()
public boolean hasExplicitAnnotation()Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| Type | Description |
| boolean | Whether the explicitAnnotation field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| 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;
| Name | Description |
| value | com.google.rpc.Status |
| Type | Description |
| VideoAnnotationResults.Builder |
mergeExplicitAnnotation(ExplicitContentAnnotation value)
public VideoAnnotationResults.Builder mergeExplicitAnnotation(ExplicitContentAnnotation value)Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| Name | Description |
| value | ExplicitContentAnnotation |
| Type | Description |
| VideoAnnotationResults.Builder |
mergeFrom(VideoAnnotationResults other)
public VideoAnnotationResults.Builder mergeFrom(VideoAnnotationResults other)| Name | Description |
| other | VideoAnnotationResults |
| Type | Description |
| VideoAnnotationResults.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public VideoAnnotationResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| VideoAnnotationResults.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public VideoAnnotationResults.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| VideoAnnotationResults.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VideoAnnotationResults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| VideoAnnotationResults.Builder |
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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| index | int |
| 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;
| Name | Description |
| value | com.google.rpc.Status |
| 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;
| Name | Description |
| builderForValue | com.google.rpc.Status.Builder |
| Type | Description |
| VideoAnnotationResults.Builder |
setExplicitAnnotation(ExplicitContentAnnotation value)
public VideoAnnotationResults.Builder setExplicitAnnotation(ExplicitContentAnnotation value)Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| Name | Description |
| value | ExplicitContentAnnotation |
| 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;
| Name | Description |
| builderForValue | ExplicitContentAnnotation.Builder |
| 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;
| Name | Description |
| index | int |
| value | FaceAnnotation |
| 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;
| Name | Description |
| index | int |
| builderForValue | FaceAnnotation.Builder |
| Type | Description |
| VideoAnnotationResults.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public VideoAnnotationResults.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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.v1beta2.LabelAnnotation frame_label_annotations = 4;
| Name | Description |
| index | int |
| value | LabelAnnotation |
| 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;
| Name | Description |
| index | int |
| builderForValue | LabelAnnotation.Builder |
| Type | Description |
| VideoAnnotationResults.Builder |
setInputUri(String value)
public VideoAnnotationResults.Builder setInputUri(String value)Video file location in Google Cloud Storage.
string input_uri = 1;
| Name | Description |
| value | StringThe inputUri to set. |
| 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;
| Name | Description |
| value | ByteStringThe bytes for inputUri to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| 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.v1beta2.LabelAnnotation segment_label_annotations = 2;
| Name | Description |
| index | int |
| value | LabelAnnotation |
| 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;
| Name | Description |
| index | int |
| builderForValue | LabelAnnotation.Builder |
| 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;
| Name | Description |
| index | int |
| value | VideoSegment |
| 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;
| Name | Description |
| index | int |
| builderForValue | VideoSegment.Builder |
| 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;
| Name | Description |
| index | int |
| value | LabelAnnotation |
| 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;
| Name | Description |
| index | int |
| builderForValue | LabelAnnotation.Builder |
| Type | Description |
| VideoAnnotationResults.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final VideoAnnotationResults.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| VideoAnnotationResults.Builder |