| Modifier and Type | Class and Description |
|---|---|
class |
TextFrame
Video frame level annotation results for text annotation (OCR).
|
static class |
TextFrame.Builder
Video frame level annotation results for text annotation (OCR).
|
| Modifier and Type | Method and Description |
|---|---|
TextFrameOrBuilder |
TextSegment.getFramesOrBuilder(int index)
Information related to the frames where OCR detected text appears.
|
TextFrameOrBuilder |
TextSegment.Builder.getFramesOrBuilder(int index)
Information related to the frames where OCR detected text appears.
|
TextFrameOrBuilder |
TextSegmentOrBuilder.getFramesOrBuilder(int index)
Information related to the frames where OCR detected text appears.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends TextFrameOrBuilder> |
TextSegment.getFramesOrBuilderList()
Information related to the frames where OCR detected text appears.
|
List<? extends TextFrameOrBuilder> |
TextSegment.Builder.getFramesOrBuilderList()
Information related to the frames where OCR detected text appears.
|
List<? extends TextFrameOrBuilder> |
TextSegmentOrBuilder.getFramesOrBuilderList()
Information related to the frames where OCR detected text appears.
|
Copyright © 2018 Google LLC. All rights reserved.