public interface VideoAnnotationResultsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getError()
public abstract 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. |
getErrorOrBuilder()
public abstract 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 abstract ExplicitContentAnnotation getExplicitAnnotation()Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| Type | Description |
| ExplicitContentAnnotation | The explicitAnnotation. |
getExplicitAnnotationOrBuilder()
public abstract ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| Type | Description |
| ExplicitContentAnnotationOrBuilder |
getFaceAnnotations(int index)
public abstract 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 |
getFaceAnnotationsCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 |
getFrameLabelAnnotationsCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract String getInputUri()Video file location in Google Cloud Storage.
string input_uri = 1;
| Type | Description |
| String | The inputUri. |
getInputUriBytes()
public abstract ByteString getInputUriBytes()Video file location in Google Cloud Storage.
string input_uri = 1;
| Type | Description |
| ByteString | The bytes for inputUri. |
getSegmentLabelAnnotations(int index)
public abstract 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 |
getSegmentLabelAnnotationsCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 |
getShotAnnotationsCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 |
getShotLabelAnnotationsCount()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract boolean hasExplicitAnnotation()Explicit content annotation.
.google.cloud.videointelligence.v1beta2.ExplicitContentAnnotation explicit_annotation = 7;
| Type | Description |
| boolean | Whether the explicitAnnotation field is set. |