- 3.81.0 (latest)
- 3.80.0
- 3.78.0
- 3.76.0
- 3.74.0
- 3.73.0
- 3.72.0
- 3.71.0
- 3.70.0
- 3.68.0
- 3.66.0
- 3.65.0
- 3.62.0
- 3.61.0
- 3.60.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.3
- 2.1.4
- 2.0.29
public static final class AsyncAnnotateFileRequest.Builder extends GeneratedMessage.Builder<AsyncAnnotateFileRequest.Builder> implements AsyncAnnotateFileRequestOrBuilderAn offline file annotation request.
Protobuf type google.cloud.vision.v1p4beta1.AsyncAnnotateFileRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AsyncAnnotateFileRequest.BuilderImplements
AsyncAnnotateFileRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllFeatures(Iterable<? extends Feature> values)
public AsyncAnnotateFileRequest.Builder addAllFeatures(Iterable<? extends Feature> values)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.vision.v1p4beta1.Feature> |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
addFeatures(Feature value)
public AsyncAnnotateFileRequest.Builder addFeatures(Feature value)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Feature |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
addFeatures(Feature.Builder builderForValue)
public AsyncAnnotateFileRequest.Builder addFeatures(Feature.Builder builderForValue)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Feature.Builder |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
addFeatures(int index, Feature value)
public AsyncAnnotateFileRequest.Builder addFeatures(int index, Feature value)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Feature |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
addFeatures(int index, Feature.Builder builderForValue)
public AsyncAnnotateFileRequest.Builder addFeatures(int index, Feature.Builder builderForValue)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Feature.Builder |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
addFeaturesBuilder()
public Feature.Builder addFeaturesBuilder()Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Returns | |
|---|---|
| Type | Description |
Feature.Builder |
|
addFeaturesBuilder(int index)
public Feature.Builder addFeaturesBuilder(int index)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Feature.Builder |
|
build()
public AsyncAnnotateFileRequest build()| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest |
|
buildPartial()
public AsyncAnnotateFileRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest |
|
clear()
public AsyncAnnotateFileRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
clearFeatures()
public AsyncAnnotateFileRequest.Builder clearFeatures()Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
clearImageContext()
public AsyncAnnotateFileRequest.Builder clearImageContext()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p4beta1.ImageContext image_context = 3;
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
clearInputConfig()
public AsyncAnnotateFileRequest.Builder clearInputConfig()Required. Information about the input file.
.google.cloud.vision.v1p4beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
clearOutputConfig()
public AsyncAnnotateFileRequest.Builder clearOutputConfig()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 4;
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
getDefaultInstanceForType()
public AsyncAnnotateFileRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFeatures(int index)
public Feature getFeatures(int index)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Feature |
|
getFeaturesBuilder(int index)
public Feature.Builder getFeaturesBuilder(int index)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Feature.Builder |
|
getFeaturesBuilderList()
public List<Feature.Builder> getFeaturesBuilderList()Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getFeaturesCount()
public int getFeaturesCount()Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFeaturesList()
public List<Feature> getFeaturesList()Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Returns | |
|---|---|
| Type | Description |
List<Feature> |
|
getFeaturesOrBuilder(int index)
public FeatureOrBuilder getFeaturesOrBuilder(int index)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FeatureOrBuilder |
|
getFeaturesOrBuilderList()
public List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vision.v1p4beta1.FeatureOrBuilder> |
|
getImageContext()
public ImageContext getImageContext()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p4beta1.ImageContext image_context = 3;
| Returns | |
|---|---|
| Type | Description |
ImageContext |
The imageContext. |
getImageContextBuilder()
public ImageContext.Builder getImageContextBuilder()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p4beta1.ImageContext image_context = 3;
| Returns | |
|---|---|
| Type | Description |
ImageContext.Builder |
|
getImageContextOrBuilder()
public ImageContextOrBuilder getImageContextOrBuilder()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p4beta1.ImageContext image_context = 3;
| Returns | |
|---|---|
| Type | Description |
ImageContextOrBuilder |
|
getInputConfig()
public InputConfig getInputConfig()Required. Information about the input file.
.google.cloud.vision.v1p4beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
InputConfig |
The inputConfig. |
getInputConfigBuilder()
public InputConfig.Builder getInputConfigBuilder()Required. Information about the input file.
.google.cloud.vision.v1p4beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
InputConfig.Builder |
|
getInputConfigOrBuilder()
public InputConfigOrBuilder getInputConfigOrBuilder()Required. Information about the input file.
.google.cloud.vision.v1p4beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
InputConfigOrBuilder |
|
getOutputConfig()
public OutputConfig getOutputConfig()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 4;
| Returns | |
|---|---|
| Type | Description |
OutputConfig |
The outputConfig. |
getOutputConfigBuilder()
public OutputConfig.Builder getOutputConfigBuilder()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 4;
| Returns | |
|---|---|
| Type | Description |
OutputConfig.Builder |
|
getOutputConfigOrBuilder()
public OutputConfigOrBuilder getOutputConfigOrBuilder()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 4;
| Returns | |
|---|---|
| Type | Description |
OutputConfigOrBuilder |
|
hasImageContext()
public boolean hasImageContext()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p4beta1.ImageContext image_context = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the imageContext field is set. |
hasInputConfig()
public boolean hasInputConfig()Required. Information about the input file.
.google.cloud.vision.v1p4beta1.InputConfig input_config = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the inputConfig field is set. |
hasOutputConfig()
public boolean hasOutputConfig()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the outputConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AsyncAnnotateFileRequest other)
public AsyncAnnotateFileRequest.Builder mergeFrom(AsyncAnnotateFileRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
AsyncAnnotateFileRequest |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AsyncAnnotateFileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AsyncAnnotateFileRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
mergeImageContext(ImageContext value)
public AsyncAnnotateFileRequest.Builder mergeImageContext(ImageContext value)Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p4beta1.ImageContext image_context = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ImageContext |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
mergeInputConfig(InputConfig value)
public AsyncAnnotateFileRequest.Builder mergeInputConfig(InputConfig value)Required. Information about the input file.
.google.cloud.vision.v1p4beta1.InputConfig input_config = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
InputConfig |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
mergeOutputConfig(OutputConfig value)
public AsyncAnnotateFileRequest.Builder mergeOutputConfig(OutputConfig value)Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
OutputConfig |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
removeFeatures(int index)
public AsyncAnnotateFileRequest.Builder removeFeatures(int index)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
setFeatures(int index, Feature value)
public AsyncAnnotateFileRequest.Builder setFeatures(int index, Feature value)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Feature |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
setFeatures(int index, Feature.Builder builderForValue)
public AsyncAnnotateFileRequest.Builder setFeatures(int index, Feature.Builder builderForValue)Required. Requested features.
repeated .google.cloud.vision.v1p4beta1.Feature features = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Feature.Builder |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
setImageContext(ImageContext value)
public AsyncAnnotateFileRequest.Builder setImageContext(ImageContext value)Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p4beta1.ImageContext image_context = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ImageContext |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
setImageContext(ImageContext.Builder builderForValue)
public AsyncAnnotateFileRequest.Builder setImageContext(ImageContext.Builder builderForValue)Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1p4beta1.ImageContext image_context = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ImageContext.Builder |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
setInputConfig(InputConfig value)
public AsyncAnnotateFileRequest.Builder setInputConfig(InputConfig value)Required. Information about the input file.
.google.cloud.vision.v1p4beta1.InputConfig input_config = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
InputConfig |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
setInputConfig(InputConfig.Builder builderForValue)
public AsyncAnnotateFileRequest.Builder setInputConfig(InputConfig.Builder builderForValue)Required. Information about the input file.
.google.cloud.vision.v1p4beta1.InputConfig input_config = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InputConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
setOutputConfig(OutputConfig value)
public AsyncAnnotateFileRequest.Builder setOutputConfig(OutputConfig value)Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
OutputConfig |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|
setOutputConfig(OutputConfig.Builder builderForValue)
public AsyncAnnotateFileRequest.Builder setOutputConfig(OutputConfig.Builder builderForValue)Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1p4beta1.OutputConfig output_config = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
OutputConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
AsyncAnnotateFileRequest.Builder |
|