public final class AnnotateImageRequest extends GeneratedMessageV3 implements AnnotateImageRequestOrBuilder
Request for performing Google Cloud Vision API tasks over a user-provided image, with user-requested features.Protobuf type
google.cloud.vision.v1.AnnotateImageRequest| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotateImageRequest.Builder
Request for performing Google Cloud Vision API tasks over a user-provided
image, with user-requested features.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
FEATURES_FIELD_NUMBER |
static int |
IMAGE_CONTEXT_FIELD_NUMBER |
static int |
IMAGE_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCodecanUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int IMAGE_FIELD_NUMBER
public static final int FEATURES_FIELD_NUMBER
public static final int IMAGE_CONTEXT_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public boolean hasImage()
The image to be processed.
.google.cloud.vision.v1.Image image = 1;hasImage in interface AnnotateImageRequestOrBuilderpublic Image getImage()
The image to be processed.
.google.cloud.vision.v1.Image image = 1;getImage in interface AnnotateImageRequestOrBuilderpublic ImageOrBuilder getImageOrBuilder()
The image to be processed.
.google.cloud.vision.v1.Image image = 1;getImageOrBuilder in interface AnnotateImageRequestOrBuilderpublic java.util.List<Feature> getFeaturesList()
Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;getFeaturesList in interface AnnotateImageRequestOrBuilderpublic java.util.List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()
Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;getFeaturesOrBuilderList in interface AnnotateImageRequestOrBuilderpublic int getFeaturesCount()
Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;getFeaturesCount in interface AnnotateImageRequestOrBuilderpublic Feature getFeatures(int index)
Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;getFeatures in interface AnnotateImageRequestOrBuilderpublic FeatureOrBuilder getFeaturesOrBuilder(int index)
Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;getFeaturesOrBuilder in interface AnnotateImageRequestOrBuilderpublic boolean hasImageContext()
Additional context that may accompany the image.
.google.cloud.vision.v1.ImageContext image_context = 3;hasImageContext in interface AnnotateImageRequestOrBuilderpublic ImageContext getImageContext()
Additional context that may accompany the image.
.google.cloud.vision.v1.ImageContext image_context = 3;getImageContext in interface AnnotateImageRequestOrBuilderpublic ImageContextOrBuilder getImageContextOrBuilder()
Additional context that may accompany the image.
.google.cloud.vision.v1.ImageContext image_context = 3;getImageContextOrBuilder in interface AnnotateImageRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static AnnotateImageRequest parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AnnotateImageRequest parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AnnotateImageRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AnnotateImageRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AnnotateImageRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AnnotateImageRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static AnnotateImageRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageRequest parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageRequest parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageRequest parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static AnnotateImageRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic AnnotateImageRequest.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static AnnotateImageRequest.Builder newBuilder()
public static AnnotateImageRequest.Builder newBuilder(AnnotateImageRequest prototype)
public AnnotateImageRequest.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected AnnotateImageRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static AnnotateImageRequest getDefaultInstance()
public static Parser<AnnotateImageRequest> parser()
public Parser<AnnotateImageRequest> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public AnnotateImageRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder