| Modifier and Type | Method and Description |
|---|---|
OcrParams |
OcrParams.Builder.build() |
OcrParams |
OcrParams.Builder.buildPartial() |
static OcrParams |
OcrParams.getDefaultInstance() |
OcrParams |
OcrParams.getDefaultInstanceForType() |
OcrParams |
OcrParams.Builder.getDefaultInstanceForType() |
OcrParams |
ProcessDocumentRequestOrBuilder.getOcrParams()
Controls OCR behavior.
|
OcrParams |
ProcessDocumentRequest.getOcrParams()
Controls OCR behavior.
|
OcrParams |
ProcessDocumentRequest.Builder.getOcrParams()
Controls OCR behavior.
|
static OcrParams |
OcrParams.parseDelimitedFrom(InputStream input) |
static OcrParams |
OcrParams.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OcrParams |
OcrParams.parseFrom(byte[] data) |
static OcrParams |
OcrParams.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OcrParams |
OcrParams.parseFrom(ByteBuffer data) |
static OcrParams |
OcrParams.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OcrParams |
OcrParams.parseFrom(com.google.protobuf.ByteString data) |
static OcrParams |
OcrParams.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OcrParams |
OcrParams.parseFrom(com.google.protobuf.CodedInputStream input) |
static OcrParams |
OcrParams.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OcrParams |
OcrParams.parseFrom(InputStream input) |
static OcrParams |
OcrParams.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<OcrParams> |
OcrParams.getParserForType() |
static com.google.protobuf.Parser<OcrParams> |
OcrParams.parser() |
| Modifier and Type | Method and Description |
|---|---|
OcrParams.Builder |
OcrParams.Builder.mergeFrom(OcrParams other) |
ProcessDocumentRequest.Builder |
ProcessDocumentRequest.Builder.mergeOcrParams(OcrParams value)
Controls OCR behavior.
|
static OcrParams.Builder |
OcrParams.newBuilder(OcrParams prototype) |
ProcessDocumentRequest.Builder |
ProcessDocumentRequest.Builder.setOcrParams(OcrParams value)
Controls OCR behavior.
|
Copyright © 2023 Google LLC. All rights reserved.