public final class BatchAnnotateImagesResponse extends GeneratedMessageV3 implements BatchAnnotateImagesResponseOrBuilder
Response to a batch image annotation request.
Protobuf type google.cloud.vision.v1p4beta1.BatchAnnotateImagesResponse
Static Fields
RESPONSES_FIELD_NUMBER
public static final int RESPONSES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static BatchAnnotateImagesResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BatchAnnotateImagesResponse.Builder newBuilder()
newBuilder(BatchAnnotateImagesResponse prototype)
public static BatchAnnotateImagesResponse.Builder newBuilder(BatchAnnotateImagesResponse prototype)
public static BatchAnnotateImagesResponse parseDelimitedFrom(InputStream input)
public static BatchAnnotateImagesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BatchAnnotateImagesResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BatchAnnotateImagesResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesResponse parseFrom(CodedInputStream input)
public static BatchAnnotateImagesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesResponse parseFrom(InputStream input)
public static BatchAnnotateImagesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BatchAnnotateImagesResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchAnnotateImagesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BatchAnnotateImagesResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public BatchAnnotateImagesResponse getDefaultInstanceForType()
getParserForType()
public Parser<BatchAnnotateImagesResponse> getParserForType()
Overrides
getResponses(int index)
public AnnotateImageResponse getResponses(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;
Parameter |
---|
Name | Description |
index | int
|
getResponsesCount()
public int getResponsesCount()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;
Returns |
---|
Type | Description |
int | |
getResponsesList()
public List<AnnotateImageResponse> getResponsesList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;
getResponsesOrBuilder(int index)
public AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;
Parameter |
---|
Name | Description |
index | int
|
getResponsesOrBuilderList()
public List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()
Individual responses to image annotation requests within the batch.
repeated .google.cloud.vision.v1p4beta1.AnnotateImageResponse responses = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.vision.v1p4beta1.AnnotateImageResponseOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchAnnotateImagesResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchAnnotateImagesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public BatchAnnotateImagesResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides