Uses of Class
com.google.cloud.videointelligence.v1p2beta1.TextSegment
-
Packages that use TextSegment Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of TextSegment in com.google.cloud.videointelligence.v1p2beta1
Methods in com.google.cloud.videointelligence.v1p2beta1 that return TextSegment Modifier and Type Method Description TextSegment
TextSegment.Builder. build()
TextSegment
TextSegment.Builder. buildPartial()
static TextSegment
TextSegment. getDefaultInstance()
TextSegment
TextSegment.Builder. getDefaultInstanceForType()
TextSegment
TextSegment. getDefaultInstanceForType()
TextSegment
TextAnnotation.Builder. getSegments(int index)
All video segments where OCR detected text appears.TextSegment
TextAnnotation. getSegments(int index)
All video segments where OCR detected text appears.TextSegment
TextAnnotationOrBuilder. getSegments(int index)
All video segments where OCR detected text appears.static TextSegment
TextSegment. parseDelimitedFrom(InputStream input)
static TextSegment
TextSegment. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextSegment
TextSegment. parseFrom(byte[] data)
static TextSegment
TextSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextSegment
TextSegment. parseFrom(com.google.protobuf.ByteString data)
static TextSegment
TextSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextSegment
TextSegment. parseFrom(com.google.protobuf.CodedInputStream input)
static TextSegment
TextSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextSegment
TextSegment. parseFrom(InputStream input)
static TextSegment
TextSegment. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextSegment
TextSegment. parseFrom(ByteBuffer data)
static TextSegment
TextSegment. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type TextSegment Modifier and Type Method Description com.google.protobuf.Parser<TextSegment>
TextSegment. getParserForType()
List<TextSegment>
TextAnnotation.Builder. getSegmentsList()
All video segments where OCR detected text appears.List<TextSegment>
TextAnnotation. getSegmentsList()
All video segments where OCR detected text appears.List<TextSegment>
TextAnnotationOrBuilder. getSegmentsList()
All video segments where OCR detected text appears.static com.google.protobuf.Parser<TextSegment>
TextSegment. parser()
Methods in com.google.cloud.videointelligence.v1p2beta1 with parameters of type TextSegment Modifier and Type Method Description TextAnnotation.Builder
TextAnnotation.Builder. addSegments(int index, TextSegment value)
All video segments where OCR detected text appears.TextAnnotation.Builder
TextAnnotation.Builder. addSegments(TextSegment value)
All video segments where OCR detected text appears.TextSegment.Builder
TextSegment.Builder. mergeFrom(TextSegment other)
static TextSegment.Builder
TextSegment. newBuilder(TextSegment prototype)
TextAnnotation.Builder
TextAnnotation.Builder. setSegments(int index, TextSegment value)
All video segments where OCR detected text appears.Method parameters in com.google.cloud.videointelligence.v1p2beta1 with type arguments of type TextSegment Modifier and Type Method Description TextAnnotation.Builder
TextAnnotation.Builder. addAllSegments(Iterable<? extends TextSegment> values)
All video segments where OCR detected text appears.
-