| Modifier and Type | Method and Description |
|---|---|
TextDetectionConfig |
TextDetectionConfig.Builder.build() |
TextDetectionConfig |
TextDetectionConfig.Builder.buildPartial() |
static TextDetectionConfig |
TextDetectionConfig.getDefaultInstance() |
TextDetectionConfig |
TextDetectionConfig.getDefaultInstanceForType() |
TextDetectionConfig |
TextDetectionConfig.Builder.getDefaultInstanceForType() |
TextDetectionConfig |
VideoContext.getTextDetectionConfig()
Config for TEXT_DETECTION.
|
TextDetectionConfig |
VideoContext.Builder.getTextDetectionConfig()
Config for TEXT_DETECTION.
|
TextDetectionConfig |
VideoContextOrBuilder.getTextDetectionConfig()
Config for TEXT_DETECTION.
|
static TextDetectionConfig |
TextDetectionConfig.parseDelimitedFrom(InputStream input) |
static TextDetectionConfig |
TextDetectionConfig.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(byte[] data) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(ByteBuffer data) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(com.google.protobuf.ByteString data) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(InputStream input) |
static TextDetectionConfig |
TextDetectionConfig.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextDetectionConfig> |
TextDetectionConfig.getParserForType() |
static com.google.protobuf.Parser<TextDetectionConfig> |
TextDetectionConfig.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextDetectionConfig.Builder |
TextDetectionConfig.Builder.mergeFrom(TextDetectionConfig other) |
VideoContext.Builder |
VideoContext.Builder.mergeTextDetectionConfig(TextDetectionConfig value)
Config for TEXT_DETECTION.
|
static TextDetectionConfig.Builder |
TextDetectionConfig.newBuilder(TextDetectionConfig prototype) |
VideoContext.Builder |
VideoContext.Builder.setTextDetectionConfig(TextDetectionConfig value)
Config for TEXT_DETECTION.
|
Copyright © 2019 Google LLC. All rights reserved.