Uses of Interface
com.google.cloud.videointelligence.v1.TextFrameOrBuilder
-
Packages that use TextFrameOrBuilder Package Description com.google.cloud.videointelligence.v1 A client to Cloud Video Intelligence API -
-
Uses of TextFrameOrBuilder in com.google.cloud.videointelligence.v1
Classes in com.google.cloud.videointelligence.v1 that implement TextFrameOrBuilder Modifier and Type Class Description classTextFrameVideo frame level annotation results for text annotation (OCR).static classTextFrame.BuilderVideo frame level annotation results for text annotation (OCR).Methods in com.google.cloud.videointelligence.v1 that return TextFrameOrBuilder Modifier and Type Method Description TextFrameOrBuilderTextSegment.Builder. getFramesOrBuilder(int index)Information related to the frames where OCR detected text appears.TextFrameOrBuilderTextSegment. getFramesOrBuilder(int index)Information related to the frames where OCR detected text appears.TextFrameOrBuilderTextSegmentOrBuilder. getFramesOrBuilder(int index)Information related to the frames where OCR detected text appears.Methods in com.google.cloud.videointelligence.v1 that return types with arguments of type TextFrameOrBuilder Modifier and Type Method Description List<? extends TextFrameOrBuilder>TextSegment.Builder. getFramesOrBuilderList()Information related to the frames where OCR detected text appears.List<? extends TextFrameOrBuilder>TextSegment. getFramesOrBuilderList()Information related to the frames where OCR detected text appears.List<? extends TextFrameOrBuilder>TextSegmentOrBuilder. getFramesOrBuilderList()Information related to the frames where OCR detected text appears.
-