public interface TextSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidence()
Confidence for the track of detected text.
|
TextFrame |
getFrames(int index)
Information related to the frames where OCR detected text appears.
|
int |
getFramesCount()
Information related to the frames where OCR detected text appears.
|
List<TextFrame> |
getFramesList()
Information related to the frames where OCR detected text appears.
|
TextFrameOrBuilder |
getFramesOrBuilder(int index)
Information related to the frames where OCR detected text appears.
|
List<? extends TextFrameOrBuilder> |
getFramesOrBuilderList()
Information related to the frames where OCR detected text appears.
|
VideoSegment |
getSegment()
Video segment where a text snippet was detected.
|
VideoSegmentOrBuilder |
getSegmentOrBuilder()
Video segment where a text snippet was detected.
|
boolean |
hasSegment()
Video segment where a text snippet was detected.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSegment()
Video segment where a text snippet was detected.
.google.cloud.videointelligence.v1p2beta1.VideoSegment segment = 1;VideoSegment getSegment()
Video segment where a text snippet was detected.
.google.cloud.videointelligence.v1p2beta1.VideoSegment segment = 1;VideoSegmentOrBuilder getSegmentOrBuilder()
Video segment where a text snippet was detected.
.google.cloud.videointelligence.v1p2beta1.VideoSegment segment = 1;float getConfidence()
Confidence for the track of detected text. It is calculated as the highest over all frames where OCR detected text appears.
float confidence = 2;List<TextFrame> getFramesList()
Information related to the frames where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextFrame frames = 3;TextFrame getFrames(int index)
Information related to the frames where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextFrame frames = 3;int getFramesCount()
Information related to the frames where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextFrame frames = 3;List<? extends TextFrameOrBuilder> getFramesOrBuilderList()
Information related to the frames where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextFrame frames = 3;TextFrameOrBuilder getFramesOrBuilder(int index)
Information related to the frames where OCR detected text appears.
repeated .google.cloud.videointelligence.v1p2beta1.TextFrame frames = 3;Copyright © 2019 Google LLC. All rights reserved.