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 class
TextFrame
Video frame level annotation results for text annotation (OCR).static class
TextFrame.Builder
Video frame level annotation results for text annotation (OCR).Methods in com.google.cloud.videointelligence.v1 that return TextFrameOrBuilder Modifier and Type Method Description TextFrameOrBuilder
TextSegment.Builder. getFramesOrBuilder(int index)
Information related to the frames where OCR detected text appears.TextFrameOrBuilder
TextSegment. getFramesOrBuilder(int index)
Information related to the frames where OCR detected text appears.TextFrameOrBuilder
TextSegmentOrBuilder. 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.
-