Uses of Class
com.google.cloud.documentai.v1.OcrConfig
-
Packages that use OcrConfig Package Description com.google.cloud.documentai.v1 A client to Cloud Document AI API -
-
Uses of OcrConfig in com.google.cloud.documentai.v1
Methods in com.google.cloud.documentai.v1 that return OcrConfig Modifier and Type Method Description OcrConfig
OcrConfig.Builder. build()
OcrConfig
OcrConfig.Builder. buildPartial()
static OcrConfig
OcrConfig. getDefaultInstance()
OcrConfig
OcrConfig.Builder. getDefaultInstanceForType()
OcrConfig
OcrConfig. getDefaultInstanceForType()
OcrConfig
ProcessOptions.Builder. getOcrConfig()
Only applicable to `OCR_PROCESSOR`.OcrConfig
ProcessOptions. getOcrConfig()
Only applicable to `OCR_PROCESSOR`.OcrConfig
ProcessOptionsOrBuilder. getOcrConfig()
Only applicable to `OCR_PROCESSOR`.static OcrConfig
OcrConfig. parseDelimitedFrom(InputStream input)
static OcrConfig
OcrConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig
OcrConfig. parseFrom(byte[] data)
static OcrConfig
OcrConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig
OcrConfig. parseFrom(com.google.protobuf.ByteString data)
static OcrConfig
OcrConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig
OcrConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static OcrConfig
OcrConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig
OcrConfig. parseFrom(InputStream input)
static OcrConfig
OcrConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig
OcrConfig. parseFrom(ByteBuffer data)
static OcrConfig
OcrConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1 that return types with arguments of type OcrConfig Modifier and Type Method Description com.google.protobuf.Parser<OcrConfig>
OcrConfig. getParserForType()
static com.google.protobuf.Parser<OcrConfig>
OcrConfig. parser()
Methods in com.google.cloud.documentai.v1 with parameters of type OcrConfig Modifier and Type Method Description OcrConfig.Builder
OcrConfig.Builder. mergeFrom(OcrConfig other)
ProcessOptions.Builder
ProcessOptions.Builder. mergeOcrConfig(OcrConfig value)
Only applicable to `OCR_PROCESSOR`.static OcrConfig.Builder
OcrConfig. newBuilder(OcrConfig prototype)
ProcessOptions.Builder
ProcessOptions.Builder. setOcrConfig(OcrConfig value)
Only applicable to `OCR_PROCESSOR`.
-