public static final class AnnotateFileResponse.Builder extends GeneratedMessage.Builder<AnnotateFileResponse.Builder> implements AnnotateFileResponseOrBuilderResponse to a single file annotation request. A file may contain one or more images, which individually have their own responses.
Protobuf type google.cloud.vision.v1p3beta1.AnnotateFileResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AnnotateFileResponse.BuilderImplements
AnnotateFileResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllResponses(Iterable<? extends AnnotateImageResponse> values)
public AnnotateFileResponse.Builder addAllResponses(Iterable<? extends AnnotateImageResponse> values)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.vision.v1p3beta1.AnnotateImageResponse> |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
addResponses(AnnotateImageResponse value)
public AnnotateFileResponse.Builder addResponses(AnnotateImageResponse value)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
AnnotateImageResponse |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
addResponses(AnnotateImageResponse.Builder builderForValue)
public AnnotateFileResponse.Builder addResponses(AnnotateImageResponse.Builder builderForValue)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
AnnotateImageResponse.Builder |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
addResponses(int index, AnnotateImageResponse value)
public AnnotateFileResponse.Builder addResponses(int index, AnnotateImageResponse value)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AnnotateImageResponse |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
addResponses(int index, AnnotateImageResponse.Builder builderForValue)
public AnnotateFileResponse.Builder addResponses(int index, AnnotateImageResponse.Builder builderForValue)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AnnotateImageResponse.Builder |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
addResponsesBuilder()
public AnnotateImageResponse.Builder addResponsesBuilder()Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Returns | |
|---|---|
| Type | Description |
AnnotateImageResponse.Builder |
|
addResponsesBuilder(int index)
public AnnotateImageResponse.Builder addResponsesBuilder(int index)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageResponse.Builder |
|
build()
public AnnotateFileResponse build()| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse |
|
buildPartial()
public AnnotateFileResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse |
|
clear()
public AnnotateFileResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
clearInputConfig()
public AnnotateFileResponse.Builder clearInputConfig()Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
clearResponses()
public AnnotateFileResponse.Builder clearResponses()Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
getDefaultInstanceForType()
public AnnotateFileResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInputConfig()
public InputConfig getInputConfig()Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
InputConfig |
The inputConfig. |
getInputConfigBuilder()
public InputConfig.Builder getInputConfigBuilder()Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
InputConfig.Builder |
|
getInputConfigOrBuilder()
public InputConfigOrBuilder getInputConfigOrBuilder()Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
InputConfigOrBuilder |
|
getResponses(int index)
public AnnotateImageResponse getResponses(int index)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageResponse |
|
getResponsesBuilder(int index)
public AnnotateImageResponse.Builder getResponsesBuilder(int index)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageResponse.Builder |
|
getResponsesBuilderList()
public List<AnnotateImageResponse.Builder> getResponsesBuilderList()Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getResponsesCount()
public int getResponsesCount()Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getResponsesList()
public List<AnnotateImageResponse> getResponsesList()Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Returns | |
|---|---|
| Type | Description |
List<AnnotateImageResponse> |
|
getResponsesOrBuilder(int index)
public AnnotateImageResponseOrBuilder getResponsesOrBuilder(int index)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateImageResponseOrBuilder |
|
getResponsesOrBuilderList()
public List<? extends AnnotateImageResponseOrBuilder> getResponsesOrBuilderList()Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p3beta1.AnnotateImageResponseOrBuilder> |
|
hasInputConfig()
public boolean hasInputConfig()Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inputConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AnnotateFileResponse other)
public AnnotateFileResponse.Builder mergeFrom(AnnotateFileResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
AnnotateFileResponse |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AnnotateFileResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AnnotateFileResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
mergeInputConfig(InputConfig value)
public AnnotateFileResponse.Builder mergeInputConfig(InputConfig value)Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
InputConfig |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
removeResponses(int index)
public AnnotateFileResponse.Builder removeResponses(int index)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
setInputConfig(InputConfig value)
public AnnotateFileResponse.Builder setInputConfig(InputConfig value)Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
InputConfig |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
setInputConfig(InputConfig.Builder builderForValue)
public AnnotateFileResponse.Builder setInputConfig(InputConfig.Builder builderForValue)Information about the file for which this response is generated.
.google.cloud.vision.v1p3beta1.InputConfig input_config = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InputConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
setResponses(int index, AnnotateImageResponse value)
public AnnotateFileResponse.Builder setResponses(int index, AnnotateImageResponse value)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
AnnotateImageResponse |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|
setResponses(int index, AnnotateImageResponse.Builder builderForValue)
public AnnotateFileResponse.Builder setResponses(int index, AnnotateImageResponse.Builder builderForValue)Individual responses to images found within the file.
repeated .google.cloud.vision.v1p3beta1.AnnotateImageResponse responses = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
AnnotateImageResponse.Builder |
| Returns | |
|---|---|
| Type | Description |
AnnotateFileResponse.Builder |
|