public interface VideoAnnotationResultsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Status |
getError()
If set, indicates an error.
|
StatusOrBuilder |
getErrorOrBuilder()
If set, indicates an error.
|
FaceAnnotation |
getFaceAnnotations(int index)
Face annotations.
|
int |
getFaceAnnotationsCount()
Face annotations.
|
java.util.List<FaceAnnotation> |
getFaceAnnotationsList()
Face annotations.
|
FaceAnnotationOrBuilder |
getFaceAnnotationsOrBuilder(int index)
Face annotations.
|
java.util.List<? extends FaceAnnotationOrBuilder> |
getFaceAnnotationsOrBuilderList()
Face annotations.
|
java.lang.String |
getInputUri()
Video file location in
[Google Cloud Storage](https://cloud.google.com/storage/).
|
ByteString |
getInputUriBytes()
Video file location in
[Google Cloud Storage](https://cloud.google.com/storage/).
|
LabelAnnotation |
getLabelAnnotations(int index)
Label annotations.
|
int |
getLabelAnnotationsCount()
Label annotations.
|
java.util.List<LabelAnnotation> |
getLabelAnnotationsList()
Label annotations.
|
LabelAnnotationOrBuilder |
getLabelAnnotationsOrBuilder(int index)
Label annotations.
|
java.util.List<? extends LabelAnnotationOrBuilder> |
getLabelAnnotationsOrBuilderList()
Label annotations.
|
SafeSearchAnnotation |
getSafeSearchAnnotations(int index)
Safe search annotations.
|
int |
getSafeSearchAnnotationsCount()
Safe search annotations.
|
java.util.List<SafeSearchAnnotation> |
getSafeSearchAnnotationsList()
Safe search annotations.
|
SafeSearchAnnotationOrBuilder |
getSafeSearchAnnotationsOrBuilder(int index)
Safe search annotations.
|
java.util.List<? extends SafeSearchAnnotationOrBuilder> |
getSafeSearchAnnotationsOrBuilderList()
Safe search annotations.
|
VideoSegment |
getShotAnnotations(int index)
Shot annotations.
|
int |
getShotAnnotationsCount()
Shot annotations.
|
java.util.List<VideoSegment> |
getShotAnnotationsList()
Shot annotations.
|
VideoSegmentOrBuilder |
getShotAnnotationsOrBuilder(int index)
Shot annotations.
|
java.util.List<? extends VideoSegmentOrBuilder> |
getShotAnnotationsOrBuilderList()
Shot annotations.
|
boolean |
hasError()
If set, indicates an error.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
ByteString getInputUriBytes()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;
java.util.List<LabelAnnotation> getLabelAnnotationsList()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
LabelAnnotation getLabelAnnotations(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
int getLabelAnnotationsCount()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
java.util.List<? extends LabelAnnotationOrBuilder> getLabelAnnotationsOrBuilderList()
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
LabelAnnotationOrBuilder getLabelAnnotationsOrBuilder(int index)
Label annotations. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1beta1.LabelAnnotation label_annotations = 2;
java.util.List<FaceAnnotation> getFaceAnnotationsList()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
FaceAnnotation getFaceAnnotations(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
int getFaceAnnotationsCount()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
java.util.List<? extends FaceAnnotationOrBuilder> getFaceAnnotationsOrBuilderList()
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
FaceAnnotationOrBuilder getFaceAnnotationsOrBuilder(int index)
Face annotations. There is exactly one element for each unique face.
repeated .google.cloud.videointelligence.v1beta1.FaceAnnotation face_annotations = 3;
java.util.List<VideoSegment> getShotAnnotationsList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
VideoSegment getShotAnnotations(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
int getShotAnnotationsCount()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
java.util.List<? extends VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1beta1.VideoSegment shot_annotations = 4;
java.util.List<SafeSearchAnnotation> getSafeSearchAnnotationsList()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
SafeSearchAnnotation getSafeSearchAnnotations(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
int getSafeSearchAnnotationsCount()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
java.util.List<? extends SafeSearchAnnotationOrBuilder> getSafeSearchAnnotationsOrBuilderList()
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
SafeSearchAnnotationOrBuilder getSafeSearchAnnotationsOrBuilder(int index)
Safe search annotations.
repeated .google.cloud.videointelligence.v1beta1.SafeSearchAnnotation safe_search_annotations = 6;
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 = 5;
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 = 5;
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 = 5;