public final class AnnotateImageResponse extends com.google.protobuf.GeneratedMessageV3 implements AnnotateImageResponseOrBuilder
Response to an image annotation request.Protobuf type
google.cloud.vision.v1.AnnotateImageResponse| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotateImageResponse.Builder
Response to an image annotation request.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CROP_HINTS_ANNOTATION_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
FACE_ANNOTATIONS_FIELD_NUMBER |
static int |
FULL_TEXT_ANNOTATION_FIELD_NUMBER |
static int |
IMAGE_PROPERTIES_ANNOTATION_FIELD_NUMBER |
static int |
LABEL_ANNOTATIONS_FIELD_NUMBER |
static int |
LANDMARK_ANNOTATIONS_FIELD_NUMBER |
static int |
LOGO_ANNOTATIONS_FIELD_NUMBER |
static int |
SAFE_SEARCH_ANNOTATION_FIELD_NUMBER |
static int |
TEXT_ANNOTATIONS_FIELD_NUMBER |
static int |
WEB_ANNOTATION_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CropHintsAnnotation |
getCropHintsAnnotation()
If present, crop hints have completed successfully.
|
CropHintsAnnotationOrBuilder |
getCropHintsAnnotationOrBuilder()
If present, crop hints have completed successfully.
|
static AnnotateImageResponse |
getDefaultInstance() |
AnnotateImageResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.rpc.Status |
getError()
If set, represents the error message for the operation.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
If set, represents the error message for the operation.
|
FaceAnnotation |
getFaceAnnotations(int index)
If present, face detection has completed successfully.
|
int |
getFaceAnnotationsCount()
If present, face detection has completed successfully.
|
java.util.List<FaceAnnotation> |
getFaceAnnotationsList()
If present, face detection has completed successfully.
|
FaceAnnotationOrBuilder |
getFaceAnnotationsOrBuilder(int index)
If present, face detection has completed successfully.
|
java.util.List<? extends FaceAnnotationOrBuilder> |
getFaceAnnotationsOrBuilderList()
If present, face detection has completed successfully.
|
TextAnnotation |
getFullTextAnnotation()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
TextAnnotationOrBuilder |
getFullTextAnnotationOrBuilder()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
ImageProperties |
getImagePropertiesAnnotation()
If present, image properties were extracted successfully.
|
ImagePropertiesOrBuilder |
getImagePropertiesAnnotationOrBuilder()
If present, image properties were extracted successfully.
|
EntityAnnotation |
getLabelAnnotations(int index)
If present, label detection has completed successfully.
|
int |
getLabelAnnotationsCount()
If present, label detection has completed successfully.
|
java.util.List<EntityAnnotation> |
getLabelAnnotationsList()
If present, label detection has completed successfully.
|
EntityAnnotationOrBuilder |
getLabelAnnotationsOrBuilder(int index)
If present, label detection has completed successfully.
|
java.util.List<? extends EntityAnnotationOrBuilder> |
getLabelAnnotationsOrBuilderList()
If present, label detection has completed successfully.
|
EntityAnnotation |
getLandmarkAnnotations(int index)
If present, landmark detection has completed successfully.
|
int |
getLandmarkAnnotationsCount()
If present, landmark detection has completed successfully.
|
java.util.List<EntityAnnotation> |
getLandmarkAnnotationsList()
If present, landmark detection has completed successfully.
|
EntityAnnotationOrBuilder |
getLandmarkAnnotationsOrBuilder(int index)
If present, landmark detection has completed successfully.
|
java.util.List<? extends EntityAnnotationOrBuilder> |
getLandmarkAnnotationsOrBuilderList()
If present, landmark detection has completed successfully.
|
EntityAnnotation |
getLogoAnnotations(int index)
If present, logo detection has completed successfully.
|
int |
getLogoAnnotationsCount()
If present, logo detection has completed successfully.
|
java.util.List<EntityAnnotation> |
getLogoAnnotationsList()
If present, logo detection has completed successfully.
|
EntityAnnotationOrBuilder |
getLogoAnnotationsOrBuilder(int index)
If present, logo detection has completed successfully.
|
java.util.List<? extends EntityAnnotationOrBuilder> |
getLogoAnnotationsOrBuilderList()
If present, logo detection has completed successfully.
|
com.google.protobuf.Parser<AnnotateImageResponse> |
getParserForType() |
SafeSearchAnnotation |
getSafeSearchAnnotation()
If present, safe-search annotation has completed successfully.
|
SafeSearchAnnotationOrBuilder |
getSafeSearchAnnotationOrBuilder()
If present, safe-search annotation has completed successfully.
|
int |
getSerializedSize() |
EntityAnnotation |
getTextAnnotations(int index)
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
int |
getTextAnnotationsCount()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
java.util.List<EntityAnnotation> |
getTextAnnotationsList()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
EntityAnnotationOrBuilder |
getTextAnnotationsOrBuilder(int index)
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
java.util.List<? extends EntityAnnotationOrBuilder> |
getTextAnnotationsOrBuilderList()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
WebAnnotation |
getWebAnnotation()
If present, web annotation has completed successfully.
|
WebAnnotationOrBuilder |
getWebAnnotationOrBuilder()
If present, web annotation has completed successfully.
|
boolean |
hasCropHintsAnnotation()
If present, crop hints have completed successfully.
|
boolean |
hasError()
If set, represents the error message for the operation.
|
boolean |
hasFullTextAnnotation()
If present, text (OCR) detection or document (OCR) text detection has
completed successfully.
|
int |
hashCode() |
boolean |
hasImagePropertiesAnnotation()
If present, image properties were extracted successfully.
|
boolean |
hasSafeSearchAnnotation()
If present, safe-search annotation has completed successfully.
|
boolean |
hasWebAnnotation()
If present, web annotation has completed successfully.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AnnotateImageResponse.Builder |
newBuilder() |
static AnnotateImageResponse.Builder |
newBuilder(AnnotateImageResponse prototype) |
AnnotateImageResponse.Builder |
newBuilderForType() |
protected AnnotateImageResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static AnnotateImageResponse |
parseDelimitedFrom(java.io.InputStream input) |
static AnnotateImageResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
parseFrom(byte[] data) |
static AnnotateImageResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
parseFrom(com.google.protobuf.ByteString data) |
static AnnotateImageResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AnnotateImageResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AnnotateImageResponse |
parseFrom(java.io.InputStream input) |
static AnnotateImageResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AnnotateImageResponse> |
parser() |
AnnotateImageResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FACE_ANNOTATIONS_FIELD_NUMBER
public static final int LANDMARK_ANNOTATIONS_FIELD_NUMBER
public static final int LOGO_ANNOTATIONS_FIELD_NUMBER
public static final int LABEL_ANNOTATIONS_FIELD_NUMBER
public static final int TEXT_ANNOTATIONS_FIELD_NUMBER
public static final int FULL_TEXT_ANNOTATION_FIELD_NUMBER
public static final int SAFE_SEARCH_ANNOTATION_FIELD_NUMBER
public static final int IMAGE_PROPERTIES_ANNOTATION_FIELD_NUMBER
public static final int CROP_HINTS_ANNOTATION_FIELD_NUMBER
public static final int WEB_ANNOTATION_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.util.List<FaceAnnotation> getFaceAnnotationsList()
If present, face detection has completed successfully.
repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;getFaceAnnotationsList in interface AnnotateImageResponseOrBuilderpublic java.util.List<? extends FaceAnnotationOrBuilder> getFaceAnnotationsOrBuilderList()
If present, face detection has completed successfully.
repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;getFaceAnnotationsOrBuilderList in interface AnnotateImageResponseOrBuilderpublic int getFaceAnnotationsCount()
If present, face detection has completed successfully.
repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;getFaceAnnotationsCount in interface AnnotateImageResponseOrBuilderpublic FaceAnnotation getFaceAnnotations(int index)
If present, face detection has completed successfully.
repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;getFaceAnnotations in interface AnnotateImageResponseOrBuilderpublic FaceAnnotationOrBuilder getFaceAnnotationsOrBuilder(int index)
If present, face detection has completed successfully.
repeated .google.cloud.vision.v1.FaceAnnotation face_annotations = 1;getFaceAnnotationsOrBuilder in interface AnnotateImageResponseOrBuilderpublic java.util.List<EntityAnnotation> getLandmarkAnnotationsList()
If present, landmark detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;getLandmarkAnnotationsList in interface AnnotateImageResponseOrBuilderpublic java.util.List<? extends EntityAnnotationOrBuilder> getLandmarkAnnotationsOrBuilderList()
If present, landmark detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;getLandmarkAnnotationsOrBuilderList in interface AnnotateImageResponseOrBuilderpublic int getLandmarkAnnotationsCount()
If present, landmark detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;getLandmarkAnnotationsCount in interface AnnotateImageResponseOrBuilderpublic EntityAnnotation getLandmarkAnnotations(int index)
If present, landmark detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;getLandmarkAnnotations in interface AnnotateImageResponseOrBuilderpublic EntityAnnotationOrBuilder getLandmarkAnnotationsOrBuilder(int index)
If present, landmark detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation landmark_annotations = 2;getLandmarkAnnotationsOrBuilder in interface AnnotateImageResponseOrBuilderpublic java.util.List<EntityAnnotation> getLogoAnnotationsList()
If present, logo detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;getLogoAnnotationsList in interface AnnotateImageResponseOrBuilderpublic java.util.List<? extends EntityAnnotationOrBuilder> getLogoAnnotationsOrBuilderList()
If present, logo detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;getLogoAnnotationsOrBuilderList in interface AnnotateImageResponseOrBuilderpublic int getLogoAnnotationsCount()
If present, logo detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;getLogoAnnotationsCount in interface AnnotateImageResponseOrBuilderpublic EntityAnnotation getLogoAnnotations(int index)
If present, logo detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;getLogoAnnotations in interface AnnotateImageResponseOrBuilderpublic EntityAnnotationOrBuilder getLogoAnnotationsOrBuilder(int index)
If present, logo detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation logo_annotations = 3;getLogoAnnotationsOrBuilder in interface AnnotateImageResponseOrBuilderpublic java.util.List<EntityAnnotation> getLabelAnnotationsList()
If present, label detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;getLabelAnnotationsList in interface AnnotateImageResponseOrBuilderpublic java.util.List<? extends EntityAnnotationOrBuilder> getLabelAnnotationsOrBuilderList()
If present, label detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;getLabelAnnotationsOrBuilderList in interface AnnotateImageResponseOrBuilderpublic int getLabelAnnotationsCount()
If present, label detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;getLabelAnnotationsCount in interface AnnotateImageResponseOrBuilderpublic EntityAnnotation getLabelAnnotations(int index)
If present, label detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;getLabelAnnotations in interface AnnotateImageResponseOrBuilderpublic EntityAnnotationOrBuilder getLabelAnnotationsOrBuilder(int index)
If present, label detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation label_annotations = 4;getLabelAnnotationsOrBuilder in interface AnnotateImageResponseOrBuilderpublic java.util.List<EntityAnnotation> getTextAnnotationsList()
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;getTextAnnotationsList in interface AnnotateImageResponseOrBuilderpublic java.util.List<? extends EntityAnnotationOrBuilder> getTextAnnotationsOrBuilderList()
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;getTextAnnotationsOrBuilderList in interface AnnotateImageResponseOrBuilderpublic int getTextAnnotationsCount()
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;getTextAnnotationsCount in interface AnnotateImageResponseOrBuilderpublic EntityAnnotation getTextAnnotations(int index)
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;getTextAnnotations in interface AnnotateImageResponseOrBuilderpublic EntityAnnotationOrBuilder getTextAnnotationsOrBuilder(int index)
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
repeated .google.cloud.vision.v1.EntityAnnotation text_annotations = 5;getTextAnnotationsOrBuilder in interface AnnotateImageResponseOrBuilderpublic boolean hasFullTextAnnotation()
If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.
optional .google.cloud.vision.v1.TextAnnotation full_text_annotation = 12;hasFullTextAnnotation in interface AnnotateImageResponseOrBuilderpublic TextAnnotation getFullTextAnnotation()
If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.
optional .google.cloud.vision.v1.TextAnnotation full_text_annotation = 12;getFullTextAnnotation in interface AnnotateImageResponseOrBuilderpublic TextAnnotationOrBuilder getFullTextAnnotationOrBuilder()
If present, text (OCR) detection or document (OCR) text detection has completed successfully. This annotation provides the structural hierarchy for the OCR detected text.
optional .google.cloud.vision.v1.TextAnnotation full_text_annotation = 12;getFullTextAnnotationOrBuilder in interface AnnotateImageResponseOrBuilderpublic boolean hasSafeSearchAnnotation()
If present, safe-search annotation has completed successfully.
optional .google.cloud.vision.v1.SafeSearchAnnotation safe_search_annotation = 6;hasSafeSearchAnnotation in interface AnnotateImageResponseOrBuilderpublic SafeSearchAnnotation getSafeSearchAnnotation()
If present, safe-search annotation has completed successfully.
optional .google.cloud.vision.v1.SafeSearchAnnotation safe_search_annotation = 6;getSafeSearchAnnotation in interface AnnotateImageResponseOrBuilderpublic SafeSearchAnnotationOrBuilder getSafeSearchAnnotationOrBuilder()
If present, safe-search annotation has completed successfully.
optional .google.cloud.vision.v1.SafeSearchAnnotation safe_search_annotation = 6;getSafeSearchAnnotationOrBuilder in interface AnnotateImageResponseOrBuilderpublic boolean hasImagePropertiesAnnotation()
If present, image properties were extracted successfully.
optional .google.cloud.vision.v1.ImageProperties image_properties_annotation = 8;hasImagePropertiesAnnotation in interface AnnotateImageResponseOrBuilderpublic ImageProperties getImagePropertiesAnnotation()
If present, image properties were extracted successfully.
optional .google.cloud.vision.v1.ImageProperties image_properties_annotation = 8;getImagePropertiesAnnotation in interface AnnotateImageResponseOrBuilderpublic ImagePropertiesOrBuilder getImagePropertiesAnnotationOrBuilder()
If present, image properties were extracted successfully.
optional .google.cloud.vision.v1.ImageProperties image_properties_annotation = 8;getImagePropertiesAnnotationOrBuilder in interface AnnotateImageResponseOrBuilderpublic boolean hasCropHintsAnnotation()
If present, crop hints have completed successfully.
optional .google.cloud.vision.v1.CropHintsAnnotation crop_hints_annotation = 11;hasCropHintsAnnotation in interface AnnotateImageResponseOrBuilderpublic CropHintsAnnotation getCropHintsAnnotation()
If present, crop hints have completed successfully.
optional .google.cloud.vision.v1.CropHintsAnnotation crop_hints_annotation = 11;getCropHintsAnnotation in interface AnnotateImageResponseOrBuilderpublic CropHintsAnnotationOrBuilder getCropHintsAnnotationOrBuilder()
If present, crop hints have completed successfully.
optional .google.cloud.vision.v1.CropHintsAnnotation crop_hints_annotation = 11;getCropHintsAnnotationOrBuilder in interface AnnotateImageResponseOrBuilderpublic boolean hasWebAnnotation()
If present, web annotation has completed successfully.
optional .google.cloud.vision.v1.WebAnnotation web_annotation = 13;hasWebAnnotation in interface AnnotateImageResponseOrBuilderpublic WebAnnotation getWebAnnotation()
If present, web annotation has completed successfully.
optional .google.cloud.vision.v1.WebAnnotation web_annotation = 13;getWebAnnotation in interface AnnotateImageResponseOrBuilderpublic WebAnnotationOrBuilder getWebAnnotationOrBuilder()
If present, web annotation has completed successfully.
optional .google.cloud.vision.v1.WebAnnotation web_annotation = 13;getWebAnnotationOrBuilder in interface AnnotateImageResponseOrBuilderpublic boolean hasError()
If set, represents the error message for the operation. Note that filled-in image annotations are guaranteed to be correct, even when `error` is set.
optional .google.rpc.Status error = 9;hasError in interface AnnotateImageResponseOrBuilderpublic com.google.rpc.Status getError()
If set, represents the error message for the operation. Note that filled-in image annotations are guaranteed to be correct, even when `error` is set.
optional .google.rpc.Status error = 9;getError in interface AnnotateImageResponseOrBuilderpublic com.google.rpc.StatusOrBuilder getErrorOrBuilder()
If set, represents the error message for the operation. Note that filled-in image annotations are guaranteed to be correct, even when `error` is set.
optional .google.rpc.Status error = 9;getErrorOrBuilder in interface AnnotateImageResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static AnnotateImageResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnnotateImageResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnnotateImageResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnnotateImageResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AnnotateImageResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic AnnotateImageResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AnnotateImageResponse.Builder newBuilder()
public static AnnotateImageResponse.Builder newBuilder(AnnotateImageResponse prototype)
public AnnotateImageResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AnnotateImageResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AnnotateImageResponse getDefaultInstance()
public static com.google.protobuf.Parser<AnnotateImageResponse> parser()
public com.google.protobuf.Parser<AnnotateImageResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AnnotateImageResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder