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