Uses of Interface
com.google.cloud.videointelligence.v1.TextSegmentOrBuilder
-
Packages that use TextSegmentOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of TextSegmentOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement TextSegmentOrBuilder Modifier and Type Class Description classTextSegmentVideo segment level annotation results for text detection.static classTextSegment.BuilderVideo segment level annotation results for text detection.Methods in com.google.cloud.videointelligence.v1 that return TextSegmentOrBuilder Modifier and Type Method Description TextSegmentOrBuilderTextAnnotation.Builder. getSegmentsOrBuilder(int index)All video segments where OCR detected text appears.TextSegmentOrBuilderTextAnnotation. getSegmentsOrBuilder(int index)All video segments where OCR detected text appears.TextSegmentOrBuilderTextAnnotationOrBuilder. getSegmentsOrBuilder(int index)All video segments where OCR detected text appears.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type TextSegmentOrBuilder Modifier and Type Method Description List<? extends TextSegmentOrBuilder>TextAnnotation.Builder. getSegmentsOrBuilderList()All video segments where OCR detected text appears.List<? extends TextSegmentOrBuilder>TextAnnotation. getSegmentsOrBuilderList()All video segments where OCR detected text appears.List<? extends TextSegmentOrBuilder>TextAnnotationOrBuilder. getSegmentsOrBuilderList()All video segments where OCR detected text appears.
-