Uses of Class
com.google.cloud.documentai.v1beta3.OcrConfig.Hints
-
Packages that use OcrConfig.Hints Package Description com.google.cloud.documentai.v1beta3 A client to Cloud Document AI API -
-
Uses of OcrConfig.Hints in com.google.cloud.documentai.v1beta3
Methods in com.google.cloud.documentai.v1beta3 that return OcrConfig.Hints Modifier and Type Method Description OcrConfig.Hints
OcrConfig.Hints.Builder. build()
OcrConfig.Hints
OcrConfig.Hints.Builder. buildPartial()
static OcrConfig.Hints
OcrConfig.Hints. getDefaultInstance()
OcrConfig.Hints
OcrConfig.Hints.Builder. getDefaultInstanceForType()
OcrConfig.Hints
OcrConfig.Hints. getDefaultInstanceForType()
OcrConfig.Hints
OcrConfig.Builder. getHints()
Hints for the OCR model.OcrConfig.Hints
OcrConfig. getHints()
Hints for the OCR model.OcrConfig.Hints
OcrConfigOrBuilder. getHints()
Hints for the OCR model.static OcrConfig.Hints
OcrConfig.Hints. parseDelimitedFrom(InputStream input)
static OcrConfig.Hints
OcrConfig.Hints. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(byte[] data)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(com.google.protobuf.ByteString data)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(com.google.protobuf.CodedInputStream input)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(InputStream input)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(ByteBuffer data)
static OcrConfig.Hints
OcrConfig.Hints. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.documentai.v1beta3 that return types with arguments of type OcrConfig.Hints Modifier and Type Method Description com.google.protobuf.Parser<OcrConfig.Hints>
OcrConfig.Hints. getParserForType()
static com.google.protobuf.Parser<OcrConfig.Hints>
OcrConfig.Hints. parser()
Methods in com.google.cloud.documentai.v1beta3 with parameters of type OcrConfig.Hints Modifier and Type Method Description OcrConfig.Hints.Builder
OcrConfig.Hints.Builder. mergeFrom(OcrConfig.Hints other)
OcrConfig.Builder
OcrConfig.Builder. mergeHints(OcrConfig.Hints value)
Hints for the OCR model.static OcrConfig.Hints.Builder
OcrConfig.Hints. newBuilder(OcrConfig.Hints prototype)
OcrConfig.Builder
OcrConfig.Builder. setHints(OcrConfig.Hints value)
Hints for the OCR model.
-