- 3.78.0 (latest)
- 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 GeneratedMessageV3.Builder<AsyncAnnotateFileRequest.Builder> implements AsyncAnnotateFileRequestOrBuilderAn offline file annotation request.
Protobuf type google.cloud.vision.v1.AsyncAnnotateFileRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AsyncAnnotateFileRequest.BuilderImplements
AsyncAnnotateFileRequestOrBuilderInherited Members
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addAllFeatures(Iterable<? extends Feature> values)
public AsyncAnnotateFileRequest.Builder addAllFeatures(Iterable<? extends Feature> values)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Name | Description |
| values | Iterable<? extends com.google.cloud.vision.v1.Feature> |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
addFeatures(Feature value)
public AsyncAnnotateFileRequest.Builder addFeatures(Feature value)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Name | Description |
| value | Feature |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
addFeatures(Feature.Builder builderForValue)
public AsyncAnnotateFileRequest.Builder addFeatures(Feature.Builder builderForValue)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Name | Description |
| builderForValue | Feature.Builder |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
addFeatures(int index, Feature value)
public AsyncAnnotateFileRequest.Builder addFeatures(int index, Feature value)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| 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.v1.Feature features = 2;
| Name | Description |
| index | int |
| builderForValue | Feature.Builder |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
addFeaturesBuilder()
public Feature.Builder addFeaturesBuilder()Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Type | Description |
| Feature.Builder |
addFeaturesBuilder(int index)
public Feature.Builder addFeaturesBuilder(int index)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Name | Description |
| index | int |
| Type | Description |
| Feature.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AsyncAnnotateFileRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
build()
public AsyncAnnotateFileRequest build()| Type | Description |
| AsyncAnnotateFileRequest |
buildPartial()
public AsyncAnnotateFileRequest buildPartial()| Type | Description |
| AsyncAnnotateFileRequest |
clear()
public AsyncAnnotateFileRequest.Builder clear()| Type | Description |
| AsyncAnnotateFileRequest.Builder |
clearFeatures()
public AsyncAnnotateFileRequest.Builder clearFeatures()Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public AsyncAnnotateFileRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
clearImageContext()
public AsyncAnnotateFileRequest.Builder clearImageContext()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1.ImageContext image_context = 3;
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
clearInputConfig()
public AsyncAnnotateFileRequest.Builder clearInputConfig()Required. Information about the input file.
.google.cloud.vision.v1.InputConfig input_config = 1;
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public AsyncAnnotateFileRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
clearOutputConfig()
public AsyncAnnotateFileRequest.Builder clearOutputConfig()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 4;
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
clone()
public AsyncAnnotateFileRequest.Builder clone()| Type | Description |
| AsyncAnnotateFileRequest.Builder |
getDefaultInstanceForType()
public AsyncAnnotateFileRequest getDefaultInstanceForType()| Type | Description |
| AsyncAnnotateFileRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getFeatures(int index)
public Feature getFeatures(int index)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Name | Description |
| index | int |
| Type | Description |
| Feature |
getFeaturesBuilder(int index)
public Feature.Builder getFeaturesBuilder(int index)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Name | Description |
| index | int |
| Type | Description |
| Feature.Builder |
getFeaturesBuilderList()
public List<Feature.Builder> getFeaturesBuilderList()Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
getFeaturesCount()
public int getFeaturesCount()Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Type | Description |
| int |
getFeaturesList()
public List<Feature> getFeaturesList()Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
getFeaturesOrBuilder(int index)
public FeatureOrBuilder getFeaturesOrBuilder(int index)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Name | Description |
| index | int |
| Type | Description |
| FeatureOrBuilder |
getFeaturesOrBuilderList()
public List<? extends FeatureOrBuilder> getFeaturesOrBuilderList()Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Type | Description |
| List<? extends com.google.cloud.vision.v1.FeatureOrBuilder> |
getImageContext()
public ImageContext getImageContext()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1.ImageContext image_context = 3;
| Type | Description |
| ImageContext | The imageContext. |
getImageContextBuilder()
public ImageContext.Builder getImageContextBuilder()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1.ImageContext image_context = 3;
| Type | Description |
| ImageContext.Builder |
getImageContextOrBuilder()
public ImageContextOrBuilder getImageContextOrBuilder()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1.ImageContext image_context = 3;
| Type | Description |
| ImageContextOrBuilder |
getInputConfig()
public InputConfig getInputConfig()Required. Information about the input file.
.google.cloud.vision.v1.InputConfig input_config = 1;
| Type | Description |
| InputConfig | The inputConfig. |
getInputConfigBuilder()
public InputConfig.Builder getInputConfigBuilder()Required. Information about the input file.
.google.cloud.vision.v1.InputConfig input_config = 1;
| Type | Description |
| InputConfig.Builder |
getInputConfigOrBuilder()
public InputConfigOrBuilder getInputConfigOrBuilder()Required. Information about the input file.
.google.cloud.vision.v1.InputConfig input_config = 1;
| Type | Description |
| InputConfigOrBuilder |
getOutputConfig()
public OutputConfig getOutputConfig()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 4;
| Type | Description |
| OutputConfig | The outputConfig. |
getOutputConfigBuilder()
public OutputConfig.Builder getOutputConfigBuilder()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 4;
| Type | Description |
| OutputConfig.Builder |
getOutputConfigOrBuilder()
public OutputConfigOrBuilder getOutputConfigOrBuilder()Required. The desired output location and metadata (e.g. format).
.google.cloud.vision.v1.OutputConfig output_config = 4;
| Type | Description |
| OutputConfigOrBuilder |
hasImageContext()
public boolean hasImageContext()Additional context that may accompany the image(s) in the file.
.google.cloud.vision.v1.ImageContext image_context = 3;
| Type | Description |
| boolean | Whether the imageContext field is set. |
hasInputConfig()
public boolean hasInputConfig()Required. Information about the input file.
.google.cloud.vision.v1.InputConfig input_config = 1;
| 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.v1.OutputConfig output_config = 4;
| Type | Description |
| boolean | Whether the outputConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(AsyncAnnotateFileRequest other)
public AsyncAnnotateFileRequest.Builder mergeFrom(AsyncAnnotateFileRequest other)| Name | Description |
| other | AsyncAnnotateFileRequest |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AsyncAnnotateFileRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public AsyncAnnotateFileRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| 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.v1.ImageContext image_context = 3;
| Name | Description |
| value | ImageContext |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
mergeInputConfig(InputConfig value)
public AsyncAnnotateFileRequest.Builder mergeInputConfig(InputConfig value)Required. Information about the input file.
.google.cloud.vision.v1.InputConfig input_config = 1;
| Name | Description |
| value | InputConfig |
| 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.v1.OutputConfig output_config = 4;
| Name | Description |
| value | OutputConfig |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AsyncAnnotateFileRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
removeFeatures(int index)
public AsyncAnnotateFileRequest.Builder removeFeatures(int index)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| Name | Description |
| index | int |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
setFeatures(int index, Feature value)
public AsyncAnnotateFileRequest.Builder setFeatures(int index, Feature value)Required. Requested features.
repeated .google.cloud.vision.v1.Feature features = 2;
| 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.v1.Feature features = 2;
| Name | Description |
| index | int |
| builderForValue | Feature.Builder |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public AsyncAnnotateFileRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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.v1.ImageContext image_context = 3;
| Name | Description |
| value | ImageContext |
| 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.v1.ImageContext image_context = 3;
| Name | Description |
| builderForValue | ImageContext.Builder |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
setInputConfig(InputConfig value)
public AsyncAnnotateFileRequest.Builder setInputConfig(InputConfig value)Required. Information about the input file.
.google.cloud.vision.v1.InputConfig input_config = 1;
| Name | Description |
| value | InputConfig |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
setInputConfig(InputConfig.Builder builderForValue)
public AsyncAnnotateFileRequest.Builder setInputConfig(InputConfig.Builder builderForValue)Required. Information about the input file.
.google.cloud.vision.v1.InputConfig input_config = 1;
| Name | Description |
| builderForValue | InputConfig.Builder |
| 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.v1.OutputConfig output_config = 4;
| Name | Description |
| value | OutputConfig |
| 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.v1.OutputConfig output_config = 4;
| Name | Description |
| builderForValue | OutputConfig.Builder |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AsyncAnnotateFileRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final AsyncAnnotateFileRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| AsyncAnnotateFileRequest.Builder |