| Modifier and Type | Method and Description |
|---|---|
OcrConfig |
OcrConfig.Builder.build() |
OcrConfig |
OcrConfig.Builder.buildPartial() |
static OcrConfig |
OcrConfig.getDefaultInstance() |
OcrConfig |
OcrConfig.getDefaultInstanceForType() |
OcrConfig |
OcrConfig.Builder.getDefaultInstanceForType() |
OcrConfig |
ProcessOptionsOrBuilder.getOcrConfig()
Only applicable to `OCR_PROCESSOR` and `FORM_PARSER_PROCESSOR`.
|
OcrConfig |
ProcessOptions.getOcrConfig()
Only applicable to `OCR_PROCESSOR` and `FORM_PARSER_PROCESSOR`.
|
OcrConfig |
ProcessOptions.Builder.getOcrConfig()
Only applicable to `OCR_PROCESSOR` and `FORM_PARSER_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(ByteBuffer data) |
static OcrConfig |
OcrConfig.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<OcrConfig> |
OcrConfig.getParserForType() |
static com.google.protobuf.Parser<OcrConfig> |
OcrConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
OcrConfig.Builder |
OcrConfig.Builder.mergeFrom(OcrConfig other) |
ProcessOptions.Builder |
ProcessOptions.Builder.mergeOcrConfig(OcrConfig value)
Only applicable to `OCR_PROCESSOR` and `FORM_PARSER_PROCESSOR`.
|
static OcrConfig.Builder |
OcrConfig.newBuilder(OcrConfig prototype) |
ProcessOptions.Builder |
ProcessOptions.Builder.setOcrConfig(OcrConfig value)
Only applicable to `OCR_PROCESSOR` and `FORM_PARSER_PROCESSOR`.
|
Copyright © 2024 Google LLC. All rights reserved.