| 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.
|
TextSegment.Builder |
TextSegment.Builder.addFrames(int index,
TextFrame.Builder builderForValue)
Information related to the frames where OCR detected text appears.
|
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.Builder builderForValue)
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.
|
TextSegment.Builder |
TextSegment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextSegment.Builder |
TextAnnotation.Builder.addSegmentsBuilder()
All video segments where OCR detected text appears.
|
TextSegment.Builder |
TextAnnotation.Builder.addSegmentsBuilder(int index)
All video segments where OCR detected text appears.
|
TextSegment.Builder |
TextSegment.Builder.clear() |
TextSegment.Builder |
TextSegment.Builder.clearConfidence()
Confidence for the track of detected text.
|
TextSegment.Builder |
TextSegment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TextSegment.Builder |
TextSegment.Builder.clearFrames()
Information related to the frames where OCR detected text appears.
|
TextSegment.Builder |
TextSegment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TextSegment.Builder |
TextSegment.Builder.clearSegment()
Video segment where a text snippet was detected.
|
TextSegment.Builder |
TextSegment.Builder.clone() |
TextSegment.Builder |
TextAnnotation.Builder.getSegmentsBuilder(int index)
All video segments where OCR detected text appears.
|
TextSegment.Builder |
TextSegment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TextSegment.Builder |
TextSegment.Builder.mergeFrom(com.google.protobuf.Message other) |
TextSegment.Builder |
TextSegment.Builder.mergeFrom(TextSegment other) |
TextSegment.Builder |
TextSegment.Builder.mergeSegment(VideoSegment value)
Video segment where a text snippet was detected.
|
TextSegment.Builder |
TextSegment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static TextSegment.Builder |
TextSegment.newBuilder() |
static TextSegment.Builder |
TextSegment.newBuilder(TextSegment prototype) |
TextSegment.Builder |
TextSegment.newBuilderForType() |
protected TextSegment.Builder |
TextSegment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TextSegment.Builder |
TextSegment.Builder.removeFrames(int index)
Information related to the frames where OCR detected text appears.
|
TextSegment.Builder |
TextSegment.Builder.setConfidence(float value)
Confidence for the track of detected text.
|
TextSegment.Builder |
TextSegment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TextSegment.Builder |
TextSegment.Builder.setFrames(int index,
TextFrame.Builder builderForValue)
Information related to the frames where OCR detected text appears.
|
TextSegment.Builder |
TextSegment.Builder.setFrames(int index,
TextFrame value)
Information related to the frames where OCR detected text appears.
|
TextSegment.Builder |
TextSegment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TextSegment.Builder |
TextSegment.Builder.setSegment(VideoSegment.Builder builderForValue)
Video segment where a text snippet was detected.
|
TextSegment.Builder |
TextSegment.Builder.setSegment(VideoSegment value)
Video segment where a text snippet was detected.
|
TextSegment.Builder |
TextSegment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TextSegment.Builder |
TextSegment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<TextSegment.Builder> |
TextAnnotation.Builder.getSegmentsBuilderList()
All video segments where OCR detected text appears.
|
| Modifier and Type | Method and Description |
|---|---|
TextAnnotation.Builder |
TextAnnotation.Builder.addSegments(int index,
TextSegment.Builder builderForValue)
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.setSegments(int index,
TextSegment.Builder builderForValue)
All video segments where OCR detected text appears.
|
Copyright © 2023 Google LLC. All rights reserved.