Uses of Class
com.google.cloud.documentai.v1beta2.OcrParams
-
Packages that use OcrParams Package Description com.google.cloud.documentai.v1beta2 A client to Cloud Document AI API -
-
Uses of OcrParams in com.google.cloud.documentai.v1beta2
Methods in com.google.cloud.documentai.v1beta2 that return OcrParams Modifier and Type Method Description OcrParamsOcrParams.Builder. build()OcrParamsOcrParams.Builder. buildPartial()static OcrParamsOcrParams. getDefaultInstance()OcrParamsOcrParams.Builder. getDefaultInstanceForType()OcrParamsOcrParams. getDefaultInstanceForType()OcrParamsProcessDocumentRequest.Builder. getOcrParams()Controls OCR behavior.OcrParamsProcessDocumentRequest. getOcrParams()Controls OCR behavior.OcrParamsProcessDocumentRequestOrBuilder. getOcrParams()Controls OCR behavior.static OcrParamsOcrParams. parseDelimitedFrom(InputStream input)static OcrParamsOcrParams. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrParamsOcrParams. parseFrom(byte[] data)static OcrParamsOcrParams. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrParamsOcrParams. parseFrom(com.google.protobuf.ByteString data)static OcrParamsOcrParams. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrParamsOcrParams. parseFrom(com.google.protobuf.CodedInputStream input)static OcrParamsOcrParams. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrParamsOcrParams. parseFrom(InputStream input)static OcrParamsOcrParams. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OcrParamsOcrParams. parseFrom(ByteBuffer data)static OcrParamsOcrParams. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.documentai.v1beta2 that return types with arguments of type OcrParams Modifier and Type Method Description com.google.protobuf.Parser<OcrParams>OcrParams. getParserForType()static com.google.protobuf.Parser<OcrParams>OcrParams. parser()Methods in com.google.cloud.documentai.v1beta2 with parameters of type OcrParams Modifier and Type Method Description OcrParams.BuilderOcrParams.Builder. mergeFrom(OcrParams other)ProcessDocumentRequest.BuilderProcessDocumentRequest.Builder. mergeOcrParams(OcrParams value)Controls OCR behavior.static OcrParams.BuilderOcrParams. newBuilder(OcrParams prototype)ProcessDocumentRequest.BuilderProcessDocumentRequest.Builder. setOcrParams(OcrParams value)Controls OCR behavior.
-