Uses of Class
com.google.cloud.vision.v1.InputConfig
-
Packages that use InputConfig Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of InputConfig in com.google.cloud.vision.v1
Methods in com.google.cloud.vision.v1 that return InputConfig Modifier and Type Method Description InputConfig
InputConfig.Builder. build()
InputConfig
InputConfig.Builder. buildPartial()
static InputConfig
InputConfig. getDefaultInstance()
InputConfig
InputConfig.Builder. getDefaultInstanceForType()
InputConfig
InputConfig. getDefaultInstanceForType()
InputConfig
AnnotateFileRequest.Builder. getInputConfig()
Required.InputConfig
AnnotateFileRequest. getInputConfig()
Required.InputConfig
AnnotateFileRequestOrBuilder. getInputConfig()
Required.InputConfig
AnnotateFileResponse.Builder. getInputConfig()
Information about the file for which this response is generated.InputConfig
AnnotateFileResponse. getInputConfig()
Information about the file for which this response is generated.InputConfig
AnnotateFileResponseOrBuilder. getInputConfig()
Information about the file for which this response is generated.InputConfig
AsyncAnnotateFileRequest.Builder. getInputConfig()
Required.InputConfig
AsyncAnnotateFileRequest. getInputConfig()
Required.InputConfig
AsyncAnnotateFileRequestOrBuilder. getInputConfig()
Required.static InputConfig
InputConfig. parseDelimitedFrom(InputStream input)
static InputConfig
InputConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputConfig
InputConfig. parseFrom(byte[] data)
static InputConfig
InputConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputConfig
InputConfig. parseFrom(com.google.protobuf.ByteString data)
static InputConfig
InputConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputConfig
InputConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static InputConfig
InputConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputConfig
InputConfig. parseFrom(InputStream input)
static InputConfig
InputConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputConfig
InputConfig. parseFrom(ByteBuffer data)
static InputConfig
InputConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1 that return types with arguments of type InputConfig Modifier and Type Method Description com.google.protobuf.Parser<InputConfig>
InputConfig. getParserForType()
static com.google.protobuf.Parser<InputConfig>
InputConfig. parser()
Methods in com.google.cloud.vision.v1 with parameters of type InputConfig Modifier and Type Method Description InputConfig.Builder
InputConfig.Builder. mergeFrom(InputConfig other)
AnnotateFileRequest.Builder
AnnotateFileRequest.Builder. mergeInputConfig(InputConfig value)
Required.AnnotateFileResponse.Builder
AnnotateFileResponse.Builder. mergeInputConfig(InputConfig value)
Information about the file for which this response is generated.AsyncAnnotateFileRequest.Builder
AsyncAnnotateFileRequest.Builder. mergeInputConfig(InputConfig value)
Required.static InputConfig.Builder
InputConfig. newBuilder(InputConfig prototype)
AnnotateFileRequest.Builder
AnnotateFileRequest.Builder. setInputConfig(InputConfig value)
Required.AnnotateFileResponse.Builder
AnnotateFileResponse.Builder. setInputConfig(InputConfig value)
Information about the file for which this response is generated.AsyncAnnotateFileRequest.Builder
AsyncAnnotateFileRequest.Builder. setInputConfig(InputConfig value)
Required.
-