| Modifier and Type | Method and Description |
|---|---|
TextFrame |
TextFrame.Builder.build() |
TextFrame |
TextFrame.Builder.buildPartial() |
static TextFrame |
TextFrame.getDefaultInstance() |
TextFrame |
TextFrame.getDefaultInstanceForType() |
TextFrame |
TextFrame.Builder.getDefaultInstanceForType() |
TextFrame |
TextSegment.getFrames(int index)
Information related to the frames where OCR detected text appears.
|
TextFrame |
TextSegment.Builder.getFrames(int index)
Information related to the frames where OCR detected text appears.
|
TextFrame |
TextSegmentOrBuilder.getFrames(int index)
Information related to the frames where OCR detected text appears.
|
static TextFrame |
TextFrame.parseDelimitedFrom(InputStream input) |
static TextFrame |
TextFrame.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextFrame |
TextFrame.parseFrom(byte[] data) |
static TextFrame |
TextFrame.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextFrame |
TextFrame.parseFrom(ByteBuffer data) |
static TextFrame |
TextFrame.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextFrame |
TextFrame.parseFrom(com.google.protobuf.ByteString data) |
static TextFrame |
TextFrame.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextFrame |
TextFrame.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextFrame |
TextFrame.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextFrame |
TextFrame.parseFrom(InputStream input) |
static TextFrame |
TextFrame.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<TextFrame> |
TextSegment.getFramesList()
Information related to the frames where OCR detected text appears.
|
List<TextFrame> |
TextSegment.Builder.getFramesList()
Information related to the frames where OCR detected text appears.
|
List<TextFrame> |
TextSegmentOrBuilder.getFramesList()
Information related to the frames where OCR detected text appears.
|
com.google.protobuf.Parser<TextFrame> |
TextFrame.getParserForType() |
static com.google.protobuf.Parser<TextFrame> |
TextFrame.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextSegment.Builder |
TextSegment.Builder.addFrames(int index,
TextFrame value)
Information related to the frames where OCR detected text appears.
|
TextSegment.Builder |
TextSegment.Builder.addFrames(TextFrame value)
Information related to the frames where OCR detected text appears.
|
TextFrame.Builder |
TextFrame.Builder.mergeFrom(TextFrame other) |
static TextFrame.Builder |
TextFrame.newBuilder(TextFrame prototype) |
TextSegment.Builder |
TextSegment.Builder.setFrames(int index,
TextFrame value)
Information related to the frames where OCR detected text appears.
|
| Modifier and Type | Method and Description |
|---|---|
TextSegment.Builder |
TextSegment.Builder.addAllFrames(Iterable<? extends TextFrame> values)
Information related to the frames where OCR detected text appears.
|
Copyright © 2018 Google LLC. All rights reserved.