public final class BatchAnnotateImagesRequest extends GeneratedMessage implements BatchAnnotateImagesRequestOrBuilderMultiple image annotation requests are batched into a single service call.
Protobuf type google.cloud.vision.v1p1beta1.BatchAnnotateImagesRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchAnnotateImagesRequestImplements
BatchAnnotateImagesRequestOrBuilderStatic Fields
REQUESTS_FIELD_NUMBER
public static final int REQUESTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchAnnotateImagesRequest getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchAnnotateImagesRequest.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest.Builder |
|
newBuilder(BatchAnnotateImagesRequest prototype)
public static BatchAnnotateImagesRequest.Builder newBuilder(BatchAnnotateImagesRequest prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchAnnotateImagesRequest |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchAnnotateImagesRequest parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchAnnotateImagesRequest parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchAnnotateImagesRequest parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchAnnotateImagesRequest parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchAnnotateImagesRequest parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchAnnotateImagesRequest parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchAnnotateImagesRequest> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchAnnotateImagesRequest> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BatchAnnotateImagesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest |
|
getParserForType()
public Parser<BatchAnnotateImagesRequest> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchAnnotateImagesRequest> |
|
getRequests(int index)
public AnnotateImageRequest getRequests(int index)Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageRequest |
|
getRequestsCount()
public int getRequestsCount()Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public List<AnnotateImageRequest> getRequestsList()Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<AnnotateImageRequest> |
|
getRequestsOrBuilder(int index)
public AnnotateImageRequestOrBuilder getRequestsOrBuilder(int index)Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageRequestOrBuilder |
|
getRequestsOrBuilderList()
public List<? extends AnnotateImageRequestOrBuilder> getRequestsOrBuilderList()Required. Individual image annotation requests for this batch.
repeated .google.cloud.vision.v1p1beta1.AnnotateImageRequest requests = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p1beta1.AnnotateImageRequestOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BatchAnnotateImagesRequest.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchAnnotateImagesRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest.Builder |
|
toBuilder()
public BatchAnnotateImagesRequest.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchAnnotateImagesRequest.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|