Uses of Interface
com.google.cloud.videointelligence.v1.TextAnnotationOrBuilder
-
Packages that use TextAnnotationOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of TextAnnotationOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement TextAnnotationOrBuilder Modifier and Type Class Description class
TextAnnotation
Annotations related to one detected OCR text snippet.static class
TextAnnotation.Builder
Annotations related to one detected OCR text snippet.Methods in com.google.cloud.videointelligence.v1 that return TextAnnotationOrBuilder Modifier and Type Method Description TextAnnotationOrBuilder
VideoAnnotationResults.Builder. getTextAnnotationsOrBuilder(int index)
OCR text detection and tracking.TextAnnotationOrBuilder
VideoAnnotationResults. getTextAnnotationsOrBuilder(int index)
OCR text detection and tracking.TextAnnotationOrBuilder
VideoAnnotationResultsOrBuilder. getTextAnnotationsOrBuilder(int index)
OCR text detection and tracking.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type TextAnnotationOrBuilder Modifier and Type Method Description List<? extends TextAnnotationOrBuilder>
VideoAnnotationResults.Builder. getTextAnnotationsOrBuilderList()
OCR text detection and tracking.List<? extends TextAnnotationOrBuilder>
VideoAnnotationResults. getTextAnnotationsOrBuilderList()
OCR text detection and tracking.List<? extends TextAnnotationOrBuilder>
VideoAnnotationResultsOrBuilder. getTextAnnotationsOrBuilderList()
OCR text detection and tracking.
-