public static final class VideoAnnotationResults.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder> implements VideoAnnotationResultsOrBuilder
Annotation results for a single video.Protobuf type
google.cloud.videointelligence.v1p3beta1.VideoAnnotationResults| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
addAllFrameLabelAnnotations(Iterable<? extends LabelAnnotation> values)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
addAllObjectAnnotations(Iterable<? extends ObjectTrackingAnnotation> values)
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
addAllSegmentLabelAnnotations(Iterable<? extends LabelAnnotation> values)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
addAllShotAnnotations(Iterable<? extends VideoSegment> values)
Shot annotations.
|
VideoAnnotationResults.Builder |
addAllShotLabelAnnotations(Iterable<? extends LabelAnnotation> values)
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
addAllTextAnnotations(Iterable<? extends TextAnnotation> values)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
addFrameLabelAnnotations(int index,
LabelAnnotation.Builder builderForValue)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
addFrameLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
addFrameLabelAnnotations(LabelAnnotation.Builder builderForValue)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
addFrameLabelAnnotations(LabelAnnotation value)
Label annotations on frame level.
|
LabelAnnotation.Builder |
addFrameLabelAnnotationsBuilder()
Label annotations on frame level.
|
LabelAnnotation.Builder |
addFrameLabelAnnotationsBuilder(int index)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
addObjectAnnotations(int index,
ObjectTrackingAnnotation.Builder builderForValue)
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
addObjectAnnotations(int index,
ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
addObjectAnnotations(ObjectTrackingAnnotation.Builder builderForValue)
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
addObjectAnnotations(ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
|
ObjectTrackingAnnotation.Builder |
addObjectAnnotationsBuilder()
Annotations for list of objects detected and tracked in video.
|
ObjectTrackingAnnotation.Builder |
addObjectAnnotationsBuilder(int index)
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VideoAnnotationResults.Builder |
addSegmentLabelAnnotations(int index,
LabelAnnotation.Builder builderForValue)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
addSegmentLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
addSegmentLabelAnnotations(LabelAnnotation.Builder builderForValue)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
addSegmentLabelAnnotations(LabelAnnotation value)
Label annotations on video level or user specified segment level.
|
LabelAnnotation.Builder |
addSegmentLabelAnnotationsBuilder()
Label annotations on video level or user specified segment level.
|
LabelAnnotation.Builder |
addSegmentLabelAnnotationsBuilder(int index)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
addShotAnnotations(int index,
VideoSegment.Builder builderForValue)
Shot annotations.
|
VideoAnnotationResults.Builder |
addShotAnnotations(int index,
VideoSegment value)
Shot annotations.
|
VideoAnnotationResults.Builder |
addShotAnnotations(VideoSegment.Builder builderForValue)
Shot annotations.
|
VideoAnnotationResults.Builder |
addShotAnnotations(VideoSegment value)
Shot annotations.
|
VideoSegment.Builder |
addShotAnnotationsBuilder()
Shot annotations.
|
VideoSegment.Builder |
addShotAnnotationsBuilder(int index)
Shot annotations.
|
VideoAnnotationResults.Builder |
addShotLabelAnnotations(int index,
LabelAnnotation.Builder builderForValue)
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
addShotLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
addShotLabelAnnotations(LabelAnnotation.Builder builderForValue)
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
addShotLabelAnnotations(LabelAnnotation value)
Label annotations on shot level.
|
LabelAnnotation.Builder |
addShotLabelAnnotationsBuilder()
Label annotations on shot level.
|
LabelAnnotation.Builder |
addShotLabelAnnotationsBuilder(int index)
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
addTextAnnotations(int index,
TextAnnotation.Builder builderForValue)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
addTextAnnotations(int index,
TextAnnotation value)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
addTextAnnotations(TextAnnotation.Builder builderForValue)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
addTextAnnotations(TextAnnotation value)
OCR text detection and tracking.
|
TextAnnotation.Builder |
addTextAnnotationsBuilder()
OCR text detection and tracking.
|
TextAnnotation.Builder |
addTextAnnotationsBuilder(int index)
OCR text detection and tracking.
|
VideoAnnotationResults |
build() |
VideoAnnotationResults |
buildPartial() |
VideoAnnotationResults.Builder |
clear() |
VideoAnnotationResults.Builder |
clearError()
If set, indicates an error.
|
VideoAnnotationResults.Builder |
clearExplicitAnnotation()
Explicit content annotation.
|
VideoAnnotationResults.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VideoAnnotationResults.Builder |
clearFrameLabelAnnotations()
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
clearInputUri()
Video file location in
[Google Cloud Storage](https://cloud.google.com/storage/).
|
VideoAnnotationResults.Builder |
clearObjectAnnotations()
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VideoAnnotationResults.Builder |
clearSegmentLabelAnnotations()
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
clearShotAnnotations()
Shot annotations.
|
VideoAnnotationResults.Builder |
clearShotLabelAnnotations()
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
clearTextAnnotations()
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
clone() |
VideoAnnotationResults |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.rpc.Status |
getError()
If set, indicates an error.
|
com.google.rpc.Status.Builder |
getErrorBuilder()
If set, indicates an error.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
If set, indicates an error.
|
ExplicitContentAnnotation |
getExplicitAnnotation()
Explicit content annotation.
|
ExplicitContentAnnotation.Builder |
getExplicitAnnotationBuilder()
Explicit content annotation.
|
ExplicitContentAnnotationOrBuilder |
getExplicitAnnotationOrBuilder()
Explicit content annotation.
|
LabelAnnotation |
getFrameLabelAnnotations(int index)
Label annotations on frame level.
|
LabelAnnotation.Builder |
getFrameLabelAnnotationsBuilder(int index)
Label annotations on frame level.
|
List<LabelAnnotation.Builder> |
getFrameLabelAnnotationsBuilderList()
Label annotations on frame level.
|
int |
getFrameLabelAnnotationsCount()
Label annotations on frame level.
|
List<LabelAnnotation> |
getFrameLabelAnnotationsList()
Label annotations on frame level.
|
LabelAnnotationOrBuilder |
getFrameLabelAnnotationsOrBuilder(int index)
Label annotations on frame level.
|
List<? extends LabelAnnotationOrBuilder> |
getFrameLabelAnnotationsOrBuilderList()
Label annotations on frame level.
|
String |
getInputUri()
Video file location in
[Google Cloud Storage](https://cloud.google.com/storage/).
|
com.google.protobuf.ByteString |
getInputUriBytes()
Video file location in
[Google Cloud Storage](https://cloud.google.com/storage/).
|
ObjectTrackingAnnotation |
getObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.
|
ObjectTrackingAnnotation.Builder |
getObjectAnnotationsBuilder(int index)
Annotations for list of objects detected and tracked in video.
|
List<ObjectTrackingAnnotation.Builder> |
getObjectAnnotationsBuilderList()
Annotations for list of objects detected and tracked in video.
|
int |
getObjectAnnotationsCount()
Annotations for list of objects detected and tracked in video.
|
List<ObjectTrackingAnnotation> |
getObjectAnnotationsList()
Annotations for list of objects detected and tracked in video.
|
ObjectTrackingAnnotationOrBuilder |
getObjectAnnotationsOrBuilder(int index)
Annotations for list of objects detected and tracked in video.
|
List<? extends ObjectTrackingAnnotationOrBuilder> |
getObjectAnnotationsOrBuilderList()
Annotations for list of objects detected and tracked in video.
|
LabelAnnotation |
getSegmentLabelAnnotations(int index)
Label annotations on video level or user specified segment level.
|
LabelAnnotation.Builder |
getSegmentLabelAnnotationsBuilder(int index)
Label annotations on video level or user specified segment level.
|
List<LabelAnnotation.Builder> |
getSegmentLabelAnnotationsBuilderList()
Label annotations on video level or user specified segment level.
|
int |
getSegmentLabelAnnotationsCount()
Label annotations on video level or user specified segment level.
|
List<LabelAnnotation> |
getSegmentLabelAnnotationsList()
Label annotations on video level or user specified segment level.
|
LabelAnnotationOrBuilder |
getSegmentLabelAnnotationsOrBuilder(int index)
Label annotations on video level or user specified segment level.
|
List<? extends LabelAnnotationOrBuilder> |
getSegmentLabelAnnotationsOrBuilderList()
Label annotations on video level or user specified segment level.
|
VideoSegment |
getShotAnnotations(int index)
Shot annotations.
|
VideoSegment.Builder |
getShotAnnotationsBuilder(int index)
Shot annotations.
|
List<VideoSegment.Builder> |
getShotAnnotationsBuilderList()
Shot annotations.
|
int |
getShotAnnotationsCount()
Shot annotations.
|
List<VideoSegment> |
getShotAnnotationsList()
Shot annotations.
|
VideoSegmentOrBuilder |
getShotAnnotationsOrBuilder(int index)
Shot annotations.
|
List<? extends VideoSegmentOrBuilder> |
getShotAnnotationsOrBuilderList()
Shot annotations.
|
LabelAnnotation |
getShotLabelAnnotations(int index)
Label annotations on shot level.
|
LabelAnnotation.Builder |
getShotLabelAnnotationsBuilder(int index)
Label annotations on shot level.
|
List<LabelAnnotation.Builder> |
getShotLabelAnnotationsBuilderList()
Label annotations on shot level.
|
int |
getShotLabelAnnotationsCount()
Label annotations on shot level.
|
List<LabelAnnotation> |
getShotLabelAnnotationsList()
Label annotations on shot level.
|
LabelAnnotationOrBuilder |
getShotLabelAnnotationsOrBuilder(int index)
Label annotations on shot level.
|
List<? extends LabelAnnotationOrBuilder> |
getShotLabelAnnotationsOrBuilderList()
Label annotations on shot level.
|
TextAnnotation |
getTextAnnotations(int index)
OCR text detection and tracking.
|
TextAnnotation.Builder |
getTextAnnotationsBuilder(int index)
OCR text detection and tracking.
|
List<TextAnnotation.Builder> |
getTextAnnotationsBuilderList()
OCR text detection and tracking.
|
int |
getTextAnnotationsCount()
OCR text detection and tracking.
|
List<TextAnnotation> |
getTextAnnotationsList()
OCR text detection and tracking.
|
TextAnnotationOrBuilder |
getTextAnnotationsOrBuilder(int index)
OCR text detection and tracking.
|
List<? extends TextAnnotationOrBuilder> |
getTextAnnotationsOrBuilderList()
OCR text detection and tracking.
|
boolean |
hasError()
If set, indicates an error.
|
boolean |
hasExplicitAnnotation()
Explicit content annotation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VideoAnnotationResults.Builder |
mergeError(com.google.rpc.Status value)
If set, indicates an error.
|
VideoAnnotationResults.Builder |
mergeExplicitAnnotation(ExplicitContentAnnotation value)
Explicit content annotation.
|
VideoAnnotationResults.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VideoAnnotationResults.Builder |
mergeFrom(com.google.protobuf.Message other) |
VideoAnnotationResults.Builder |
mergeFrom(VideoAnnotationResults other) |
VideoAnnotationResults.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VideoAnnotationResults.Builder |
removeFrameLabelAnnotations(int index)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
removeObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
removeSegmentLabelAnnotations(int index)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
removeShotAnnotations(int index)
Shot annotations.
|
VideoAnnotationResults.Builder |
removeShotLabelAnnotations(int index)
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
removeTextAnnotations(int index)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
setError(com.google.rpc.Status.Builder builderForValue)
If set, indicates an error.
|
VideoAnnotationResults.Builder |
setError(com.google.rpc.Status value)
If set, indicates an error.
|
VideoAnnotationResults.Builder |
setExplicitAnnotation(ExplicitContentAnnotation.Builder builderForValue)
Explicit content annotation.
|
VideoAnnotationResults.Builder |
setExplicitAnnotation(ExplicitContentAnnotation value)
Explicit content annotation.
|
VideoAnnotationResults.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VideoAnnotationResults.Builder |
setFrameLabelAnnotations(int index,
LabelAnnotation.Builder builderForValue)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
setFrameLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on frame level.
|
VideoAnnotationResults.Builder |
setInputUri(String value)
Video file location in
[Google Cloud Storage](https://cloud.google.com/storage/).
|
VideoAnnotationResults.Builder |
setInputUriBytes(com.google.protobuf.ByteString value)
Video file location in
[Google Cloud Storage](https://cloud.google.com/storage/).
|
VideoAnnotationResults.Builder |
setObjectAnnotations(int index,
ObjectTrackingAnnotation.Builder builderForValue)
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
setObjectAnnotations(int index,
ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
|
VideoAnnotationResults.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VideoAnnotationResults.Builder |
setSegmentLabelAnnotations(int index,
LabelAnnotation.Builder builderForValue)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
setSegmentLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on video level or user specified segment level.
|
VideoAnnotationResults.Builder |
setShotAnnotations(int index,
VideoSegment.Builder builderForValue)
Shot annotations.
|
VideoAnnotationResults.Builder |
setShotAnnotations(int index,
VideoSegment value)
Shot annotations.
|
VideoAnnotationResults.Builder |
setShotLabelAnnotations(int index,
LabelAnnotation.Builder builderForValue)
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
setShotLabelAnnotations(int index,
LabelAnnotation value)
Label annotations on shot level.
|
VideoAnnotationResults.Builder |
setTextAnnotations(int index,
TextAnnotation.Builder builderForValue)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
setTextAnnotations(int index,
TextAnnotation value)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic VideoAnnotationResults build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic VideoAnnotationResults buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic VideoAnnotationResults.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder mergeFrom(VideoAnnotationResults other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public VideoAnnotationResults.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VideoAnnotationResults.Builder>IOExceptionpublic String getInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;getInputUri in interface VideoAnnotationResultsOrBuilderpublic com.google.protobuf.ByteString getInputUriBytes()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;getInputUriBytes in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setInputUri(String value)
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;public VideoAnnotationResults.Builder clearInputUri()
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;public VideoAnnotationResults.Builder setInputUriBytes(com.google.protobuf.ByteString value)
Video file location in [Google Cloud Storage](https://cloud.google.com/storage/).
string input_uri = 1;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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
getSegmentLabelAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
getSegmentLabelAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
getSegmentLabelAnnotations in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
getSegmentLabelAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
getSegmentLabelAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
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.v1p3beta1.LabelAnnotation segment_label_annotations = 2;
public List<LabelAnnotation> getShotLabelAnnotationsList()
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
getShotLabelAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic int getShotLabelAnnotationsCount()
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
getShotLabelAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic LabelAnnotation getShotLabelAnnotations(int index)
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
getShotLabelAnnotations in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
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.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
public VideoAnnotationResults.Builder addShotLabelAnnotations(LabelAnnotation value)
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
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.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
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.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
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.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
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.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
public VideoAnnotationResults.Builder clearShotLabelAnnotations()
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
public VideoAnnotationResults.Builder removeShotLabelAnnotations(int index)
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
public LabelAnnotation.Builder getShotLabelAnnotationsBuilder(int index)
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
public LabelAnnotationOrBuilder getShotLabelAnnotationsOrBuilder(int index)
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
getShotLabelAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic List<? extends LabelAnnotationOrBuilder> getShotLabelAnnotationsOrBuilderList()
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
getShotLabelAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic LabelAnnotation.Builder addShotLabelAnnotationsBuilder()
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
public LabelAnnotation.Builder addShotLabelAnnotationsBuilder(int index)
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
public List<LabelAnnotation.Builder> getShotLabelAnnotationsBuilderList()
Label annotations on shot level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation shot_label_annotations = 3;
public List<LabelAnnotation> getFrameLabelAnnotationsList()
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
getFrameLabelAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic int getFrameLabelAnnotationsCount()
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
getFrameLabelAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic LabelAnnotation getFrameLabelAnnotations(int index)
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
getFrameLabelAnnotations in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
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.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
public VideoAnnotationResults.Builder addFrameLabelAnnotations(LabelAnnotation value)
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
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.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
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.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
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.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
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.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
public VideoAnnotationResults.Builder clearFrameLabelAnnotations()
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
public VideoAnnotationResults.Builder removeFrameLabelAnnotations(int index)
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
public LabelAnnotation.Builder getFrameLabelAnnotationsBuilder(int index)
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
public LabelAnnotationOrBuilder getFrameLabelAnnotationsOrBuilder(int index)
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
getFrameLabelAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic List<? extends LabelAnnotationOrBuilder> getFrameLabelAnnotationsOrBuilderList()
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
getFrameLabelAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic LabelAnnotation.Builder addFrameLabelAnnotationsBuilder()
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
public LabelAnnotation.Builder addFrameLabelAnnotationsBuilder(int index)
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
public List<LabelAnnotation.Builder> getFrameLabelAnnotationsBuilderList()
Label annotations on frame level. There is exactly one element for each unique label.
repeated .google.cloud.videointelligence.v1p3beta1.LabelAnnotation frame_label_annotations = 4;
public List<VideoSegment> getShotAnnotationsList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
getShotAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic int getShotAnnotationsCount()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
getShotAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic VideoSegment getShotAnnotations(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
getShotAnnotations in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment value)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoAnnotationResults.Builder setShotAnnotations(int index, VideoSegment.Builder builderForValue)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment value)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment value)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoAnnotationResults.Builder addShotAnnotations(VideoSegment.Builder builderForValue)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoAnnotationResults.Builder addShotAnnotations(int index, VideoSegment.Builder builderForValue)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoAnnotationResults.Builder addAllShotAnnotations(Iterable<? extends VideoSegment> values)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoAnnotationResults.Builder clearShotAnnotations()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoAnnotationResults.Builder removeShotAnnotations(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoSegment.Builder getShotAnnotationsBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoSegmentOrBuilder getShotAnnotationsOrBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
getShotAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic List<? extends VideoSegmentOrBuilder> getShotAnnotationsOrBuilderList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
getShotAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic VideoSegment.Builder addShotAnnotationsBuilder()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public VideoSegment.Builder addShotAnnotationsBuilder(int index)
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public List<VideoSegment.Builder> getShotAnnotationsBuilderList()
Shot annotations. Each shot is represented as a video segment.
repeated .google.cloud.videointelligence.v1p3beta1.VideoSegment shot_annotations = 6;
public boolean hasExplicitAnnotation()
Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
hasExplicitAnnotation in interface VideoAnnotationResultsOrBuilderpublic ExplicitContentAnnotation getExplicitAnnotation()
Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
getExplicitAnnotation in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setExplicitAnnotation(ExplicitContentAnnotation value)
Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
public VideoAnnotationResults.Builder setExplicitAnnotation(ExplicitContentAnnotation.Builder builderForValue)
Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
public VideoAnnotationResults.Builder mergeExplicitAnnotation(ExplicitContentAnnotation value)
Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
public VideoAnnotationResults.Builder clearExplicitAnnotation()
Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
public ExplicitContentAnnotation.Builder getExplicitAnnotationBuilder()
Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
public ExplicitContentAnnotationOrBuilder getExplicitAnnotationOrBuilder()
Explicit content annotation.
.google.cloud.videointelligence.v1p3beta1.ExplicitContentAnnotation explicit_annotation = 7;
getExplicitAnnotationOrBuilder in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.TextAnnotation text_annotations = 12;
getTextAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.TextAnnotation text_annotations = 12;
getTextAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.TextAnnotation text_annotations = 12;
getTextAnnotations in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
getTextAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.TextAnnotation text_annotations = 12;
getTextAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic 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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
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.v1p3beta1.TextAnnotation text_annotations = 12;
public List<ObjectTrackingAnnotation> getObjectAnnotationsList()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
getObjectAnnotationsList in interface VideoAnnotationResultsOrBuilderpublic int getObjectAnnotationsCount()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
getObjectAnnotationsCount in interface VideoAnnotationResultsOrBuilderpublic ObjectTrackingAnnotation getObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
getObjectAnnotations in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setObjectAnnotations(int index, ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public VideoAnnotationResults.Builder setObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public VideoAnnotationResults.Builder addObjectAnnotations(ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public VideoAnnotationResults.Builder addObjectAnnotations(int index, ObjectTrackingAnnotation value)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public VideoAnnotationResults.Builder addObjectAnnotations(ObjectTrackingAnnotation.Builder builderForValue)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public VideoAnnotationResults.Builder addObjectAnnotations(int index, ObjectTrackingAnnotation.Builder builderForValue)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public VideoAnnotationResults.Builder addAllObjectAnnotations(Iterable<? extends ObjectTrackingAnnotation> values)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public VideoAnnotationResults.Builder clearObjectAnnotations()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public VideoAnnotationResults.Builder removeObjectAnnotations(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public ObjectTrackingAnnotation.Builder getObjectAnnotationsBuilder(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public ObjectTrackingAnnotationOrBuilder getObjectAnnotationsOrBuilder(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
getObjectAnnotationsOrBuilder in interface VideoAnnotationResultsOrBuilderpublic List<? extends ObjectTrackingAnnotationOrBuilder> getObjectAnnotationsOrBuilderList()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
getObjectAnnotationsOrBuilderList in interface VideoAnnotationResultsOrBuilderpublic ObjectTrackingAnnotation.Builder addObjectAnnotationsBuilder()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public ObjectTrackingAnnotation.Builder addObjectAnnotationsBuilder(int index)
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
public List<ObjectTrackingAnnotation.Builder> getObjectAnnotationsBuilderList()
Annotations for list of objects detected and tracked in video.
repeated .google.cloud.videointelligence.v1p3beta1.ObjectTrackingAnnotation object_annotations = 14;
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;hasError in interface VideoAnnotationResultsOrBuilderpublic com.google.rpc.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;getError in interface VideoAnnotationResultsOrBuilderpublic VideoAnnotationResults.Builder setError(com.google.rpc.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;public VideoAnnotationResults.Builder setError(com.google.rpc.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;public VideoAnnotationResults.Builder mergeError(com.google.rpc.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;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;public com.google.rpc.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;public com.google.rpc.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;getErrorOrBuilder in interface VideoAnnotationResultsOrBuilderpublic final VideoAnnotationResults.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>public final VideoAnnotationResults.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VideoAnnotationResults.Builder>Copyright © 2019 Google LLC. All rights reserved.