| Modifier and Type | Method and Description |
|---|---|
TextDetectionParams |
TextDetectionParams.Builder.build() |
TextDetectionParams |
TextDetectionParams.Builder.buildPartial() |
static TextDetectionParams |
TextDetectionParams.getDefaultInstance() |
TextDetectionParams |
TextDetectionParams.getDefaultInstanceForType() |
TextDetectionParams |
TextDetectionParams.Builder.getDefaultInstanceForType() |
TextDetectionParams |
ImageContextOrBuilder.getTextDetectionParams()
Parameters for text detection and document text detection.
|
TextDetectionParams |
ImageContext.getTextDetectionParams()
Parameters for text detection and document text detection.
|
TextDetectionParams |
ImageContext.Builder.getTextDetectionParams()
Parameters for text detection and document text detection.
|
static TextDetectionParams |
TextDetectionParams.parseDelimitedFrom(InputStream input) |
static TextDetectionParams |
TextDetectionParams.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionParams |
TextDetectionParams.parseFrom(byte[] data) |
static TextDetectionParams |
TextDetectionParams.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionParams |
TextDetectionParams.parseFrom(ByteBuffer data) |
static TextDetectionParams |
TextDetectionParams.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionParams |
TextDetectionParams.parseFrom(com.google.protobuf.ByteString data) |
static TextDetectionParams |
TextDetectionParams.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionParams |
TextDetectionParams.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextDetectionParams |
TextDetectionParams.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionParams |
TextDetectionParams.parseFrom(InputStream input) |
static TextDetectionParams |
TextDetectionParams.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextDetectionParams> |
TextDetectionParams.getParserForType() |
static com.google.protobuf.Parser<TextDetectionParams> |
TextDetectionParams.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextDetectionParams.Builder |
TextDetectionParams.Builder.mergeFrom(TextDetectionParams other) |
ImageContext.Builder |
ImageContext.Builder.mergeTextDetectionParams(TextDetectionParams value)
Parameters for text detection and document text detection.
|
static TextDetectionParams.Builder |
TextDetectionParams.newBuilder(TextDetectionParams prototype) |
ImageContext.Builder |
ImageContext.Builder.setTextDetectionParams(TextDetectionParams value)
Parameters for text detection and document text detection.
|
Copyright © 2022 Google LLC. All rights reserved.