| Modifier and Type | Method and Description |
|---|---|
TextAnnotation.Builder |
TextAnnotation.Builder.addAllSegments(Iterable<? extends TextSegment> values)
All video segments where OCR detected text appears.
|
TextAnnotation.Builder |
TextAnnotation.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextAnnotation.Builder |
TextAnnotation.Builder.addSegments(int index,
TextSegment.Builder builderForValue)
All video segments where OCR detected text appears.
|
TextAnnotation.Builder |
TextAnnotation.Builder.addSegments(int index,
TextSegment value)
All video segments where OCR detected text appears.
|
TextAnnotation.Builder |
TextAnnotation.Builder.addSegments(TextSegment.Builder builderForValue)
All video segments where OCR detected text appears.
|
TextAnnotation.Builder |
TextAnnotation.Builder.addSegments(TextSegment value)
All video segments where OCR detected text appears.
|
TextAnnotation.Builder |
VideoAnnotationResults.Builder.addTextAnnotationsBuilder()
OCR text detection and tracking.
|
TextAnnotation.Builder |
VideoAnnotationResults.Builder.addTextAnnotationsBuilder(int index)
OCR text detection and tracking.
|
TextAnnotation.Builder |
TextAnnotation.Builder.clear() |
TextAnnotation.Builder |
TextAnnotation.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TextAnnotation.Builder |
TextAnnotation.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TextAnnotation.Builder |
TextAnnotation.Builder.clearSegments()
All video segments where OCR detected text appears.
|
TextAnnotation.Builder |
TextAnnotation.Builder.clearText()
The detected text.
|
TextAnnotation.Builder |
TextAnnotation.Builder.clone() |
TextAnnotation.Builder |
VideoAnnotationResults.Builder.getTextAnnotationsBuilder(int index)
OCR text detection and tracking.
|
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(com.google.protobuf.Message other) |
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(TextAnnotation other) |
TextAnnotation.Builder |
TextAnnotation.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TextAnnotation.Builder |
TextAnnotation.newBuilder() |
static TextAnnotation.Builder |
TextAnnotation.newBuilder(TextAnnotation prototype) |
TextAnnotation.Builder |
TextAnnotation.newBuilderForType() |
protected TextAnnotation.Builder |
TextAnnotation.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TextAnnotation.Builder |
TextAnnotation.Builder.removeSegments(int index)
All video segments where OCR detected text appears.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextAnnotation.Builder |
TextAnnotation.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TextAnnotation.Builder |
TextAnnotation.Builder.setSegments(int index,
TextSegment.Builder builderForValue)
All video segments where OCR detected text appears.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setSegments(int index,
TextSegment value)
All video segments where OCR detected text appears.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setText(String value)
The detected text.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setTextBytes(com.google.protobuf.ByteString value)
The detected text.
|
TextAnnotation.Builder |
TextAnnotation.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TextAnnotation.Builder |
TextAnnotation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<TextAnnotation.Builder> |
VideoAnnotationResults.Builder.getTextAnnotationsBuilderList()
OCR text detection and tracking.
|
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addTextAnnotations(int index,
TextAnnotation.Builder builderForValue)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addTextAnnotations(TextAnnotation.Builder builderForValue)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setTextAnnotations(int index,
TextAnnotation.Builder builderForValue)
OCR text detection and tracking.
|
Copyright © 2019 Google LLC. All rights reserved.