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 OcrConfigOcrConfig.Builder. build()OcrConfigOcrConfig.Builder. buildPartial()static OcrConfigOcrConfig. getDefaultInstance()OcrConfigOcrConfig.Builder. getDefaultInstanceForType()OcrConfigOcrConfig. getDefaultInstanceForType()OcrConfigProcessOptions.Builder. getOcrConfig()Only applicable to `OCR_PROCESSOR`.OcrConfigProcessOptions. getOcrConfig()Only applicable to `OCR_PROCESSOR`.OcrConfigProcessOptionsOrBuilder. getOcrConfig()Only applicable to `OCR_PROCESSOR`.static OcrConfigOcrConfig. parseDelimitedFrom(InputStream input)static OcrConfigOcrConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrConfigOcrConfig. parseFrom(byte[] data)static OcrConfigOcrConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrConfigOcrConfig. parseFrom(com.google.protobuf.ByteString data)static OcrConfigOcrConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrConfigOcrConfig. parseFrom(com.google.protobuf.CodedInputStream input)static OcrConfigOcrConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrConfigOcrConfig. parseFrom(InputStream input)static OcrConfigOcrConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrConfigOcrConfig. parseFrom(ByteBuffer data)static OcrConfigOcrConfig. 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.BuilderOcrConfig.Builder. mergeFrom(OcrConfig other)ProcessOptions.BuilderProcessOptions.Builder. mergeOcrConfig(OcrConfig value)Only applicable to `OCR_PROCESSOR`.static OcrConfig.BuilderOcrConfig. newBuilder(OcrConfig prototype)ProcessOptions.BuilderProcessOptions.Builder. setOcrConfig(OcrConfig value)Only applicable to `OCR_PROCESSOR`.
-