public final class VideoAnnotationResults extends GeneratedMessageV3 implements VideoAnnotationResultsOrBuilder
Annotation results for a single video.
Protobuf type google.cloud.videointelligence.v1p2beta1.VideoAnnotationResults
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ERROR_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
EXPLICIT_ANNOTATION_FIELD_NUMBER
public static final int EXPLICIT_ANNOTATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER
public static final int FRAME_LABEL_ANNOTATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int INPUT_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
OBJECT_ANNOTATIONS_FIELD_NUMBER
public static final int OBJECT_ANNOTATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER
public static final int SEGMENT_LABEL_ANNOTATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SHOT_ANNOTATIONS_FIELD_NUMBER
public static final int SHOT_ANNOTATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER
public static final int SHOT_LABEL_ANNOTATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
TEXT_ANNOTATIONS_FIELD_NUMBER
public static final int TEXT_ANNOTATIONS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static VideoAnnotationResults getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static VideoAnnotationResults.Builder newBuilder()
newBuilder(VideoAnnotationResults prototype)
public static VideoAnnotationResults.Builder newBuilder(VideoAnnotationResults prototype)
public static VideoAnnotationResults parseDelimitedFrom(InputStream input)
public static VideoAnnotationResults parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static VideoAnnotationResults parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static VideoAnnotationResults parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static VideoAnnotationResults parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VideoAnnotationResults parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static VideoAnnotationResults parseFrom(CodedInputStream input)
public static VideoAnnotationResults parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static VideoAnnotationResults parseFrom(InputStream input)
public static VideoAnnotationResults parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static VideoAnnotationResults parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static VideoAnnotationResults parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<VideoAnnotationResults> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public VideoAnnotationResults getDefaultInstanceForType()
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.
|
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;
getExplicitAnnotationOrBuilder()
public ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()
Explicit content annotation.
.google.cloud.videointelligence.v1p2beta1.ExplicitContentAnnotation explicit_annotation = 7;
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
|
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;
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
|
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> | |
public String getInputUri()
Returns |
---|
Type | Description |
String | The inputUri.
|
public ByteString getInputUriBytes()
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
|
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;
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
|
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> | |
getParserForType()
public Parser<VideoAnnotationResults> getParserForType()
Overrides
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
|
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;
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
|
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> | |
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
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
|
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;
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
|
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
|
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;
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
|
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
|
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;
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
|
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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public VideoAnnotationResults.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected VideoAnnotationResults.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public VideoAnnotationResults.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides