| Modifier and Type | Method and Description |
|---|---|
TextAnnotation |
TextAnnotation.Builder.build() |
TextAnnotation |
TextAnnotation.Builder.buildPartial() |
static TextAnnotation |
TextAnnotation.getDefaultInstance() |
TextAnnotation |
TextAnnotation.getDefaultInstanceForType() |
TextAnnotation |
TextAnnotation.Builder.getDefaultInstanceForType() |
TextAnnotation |
VideoAnnotationResults.getTextAnnotations(int index)
OCR text detection and tracking.
|
TextAnnotation |
VideoAnnotationResults.Builder.getTextAnnotations(int index)
OCR text detection and tracking.
|
TextAnnotation |
VideoAnnotationResultsOrBuilder.getTextAnnotations(int index)
OCR text detection and tracking.
|
static TextAnnotation |
TextAnnotation.parseDelimitedFrom(InputStream input) |
static TextAnnotation |
TextAnnotation.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(byte[] data) |
static TextAnnotation |
TextAnnotation.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(ByteBuffer data) |
static TextAnnotation |
TextAnnotation.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(com.google.protobuf.ByteString data) |
static TextAnnotation |
TextAnnotation.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextAnnotation |
TextAnnotation.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextAnnotation |
TextAnnotation.parseFrom(InputStream input) |
static TextAnnotation |
TextAnnotation.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextAnnotation> |
TextAnnotation.getParserForType() |
List<TextAnnotation> |
VideoAnnotationResults.getTextAnnotationsList()
OCR text detection and tracking.
|
List<TextAnnotation> |
VideoAnnotationResults.Builder.getTextAnnotationsList()
OCR text detection and tracking.
|
List<TextAnnotation> |
VideoAnnotationResultsOrBuilder.getTextAnnotationsList()
OCR text detection and tracking.
|
static com.google.protobuf.Parser<TextAnnotation> |
TextAnnotation.parser() |
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addTextAnnotations(int index,
TextAnnotation value)
OCR text detection and tracking.
|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addTextAnnotations(TextAnnotation value)
OCR text detection and tracking.
|
TextAnnotation.Builder |
TextAnnotation.Builder.mergeFrom(TextAnnotation other) |
static TextAnnotation.Builder |
TextAnnotation.newBuilder(TextAnnotation prototype) |
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.setTextAnnotations(int index,
TextAnnotation value)
OCR text detection and tracking.
|
| Modifier and Type | Method and Description |
|---|---|
VideoAnnotationResults.Builder |
VideoAnnotationResults.Builder.addAllTextAnnotations(Iterable<? extends TextAnnotation> values)
OCR text detection and tracking.
|
Copyright © 2019 Google LLC. All rights reserved.