| Modifier and Type | Class and Description |
|---|---|
class |
TextSegment
Video segment level annotation results for text detection.
|
static class |
TextSegment.Builder
Video segment level annotation results for text detection.
|
| Modifier and Type | Method and Description |
|---|---|
TextSegmentOrBuilder |
TextAnnotationOrBuilder.getSegmentsOrBuilder(int index)
All video segments where OCR detected text appears.
|
TextSegmentOrBuilder |
TextAnnotation.getSegmentsOrBuilder(int index)
All video segments where OCR detected text appears.
|
TextSegmentOrBuilder |
TextAnnotation.Builder.getSegmentsOrBuilder(int index)
All video segments where OCR detected text appears.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends TextSegmentOrBuilder> |
TextAnnotationOrBuilder.getSegmentsOrBuilderList()
All video segments where OCR detected text appears.
|
List<? extends TextSegmentOrBuilder> |
TextAnnotation.getSegmentsOrBuilderList()
All video segments where OCR detected text appears.
|
List<? extends TextSegmentOrBuilder> |
TextAnnotation.Builder.getSegmentsOrBuilderList()
All video segments where OCR detected text appears.
|
Copyright © 2019 Google LLC. All rights reserved.