Uses of Class
com.google.cloud.videointelligence.v1p2beta1.TextFrame
-
Packages that use TextFrame Package Description com.google.cloud.videointelligence.v1p2beta1 A client to Cloud Video Intelligence API -
-
Uses of TextFrame in com.google.cloud.videointelligence.v1p2beta1
Methods in com.google.cloud.videointelligence.v1p2beta1 that return TextFrame Modifier and Type Method Description TextFrame
TextFrame.Builder. build()
TextFrame
TextFrame.Builder. buildPartial()
static TextFrame
TextFrame. getDefaultInstance()
TextFrame
TextFrame.Builder. getDefaultInstanceForType()
TextFrame
TextFrame. getDefaultInstanceForType()
TextFrame
TextSegment.Builder. getFrames(int index)
Information related to the frames where OCR detected text appears.TextFrame
TextSegment. getFrames(int index)
Information related to the frames where OCR detected text appears.TextFrame
TextSegmentOrBuilder. getFrames(int index)
Information related to the frames where OCR detected text appears.static TextFrame
TextFrame. parseDelimitedFrom(InputStream input)
static TextFrame
TextFrame. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextFrame
TextFrame. parseFrom(byte[] data)
static TextFrame
TextFrame. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextFrame
TextFrame. parseFrom(com.google.protobuf.ByteString data)
static TextFrame
TextFrame. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextFrame
TextFrame. parseFrom(com.google.protobuf.CodedInputStream input)
static TextFrame
TextFrame. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextFrame
TextFrame. parseFrom(InputStream input)
static TextFrame
TextFrame. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TextFrame
TextFrame. parseFrom(ByteBuffer data)
static TextFrame
TextFrame. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.videointelligence.v1p2beta1 that return types with arguments of type TextFrame Modifier and Type Method Description List<TextFrame>
TextSegment.Builder. getFramesList()
Information related to the frames where OCR detected text appears.List<TextFrame>
TextSegment. getFramesList()
Information related to the frames where OCR detected text appears.List<TextFrame>
TextSegmentOrBuilder. getFramesList()
Information related to the frames where OCR detected text appears.com.google.protobuf.Parser<TextFrame>
TextFrame. getParserForType()
static com.google.protobuf.Parser<TextFrame>
TextFrame. parser()
Methods in com.google.cloud.videointelligence.v1p2beta1 with parameters of type TextFrame Modifier and Type Method Description TextSegment.Builder
TextSegment.Builder. addFrames(int index, TextFrame value)
Information related to the frames where OCR detected text appears.TextSegment.Builder
TextSegment.Builder. addFrames(TextFrame value)
Information related to the frames where OCR detected text appears.TextFrame.Builder
TextFrame.Builder. mergeFrom(TextFrame other)
static TextFrame.Builder
TextFrame. newBuilder(TextFrame prototype)
TextSegment.Builder
TextSegment.Builder. setFrames(int index, TextFrame value)
Information related to the frames where OCR detected text appears.Method parameters in com.google.cloud.videointelligence.v1p2beta1 with type arguments of type TextFrame Modifier and Type Method Description TextSegment.Builder
TextSegment.Builder. addAllFrames(Iterable<? extends TextFrame> values)
Information related to the frames where OCR detected text appears.
-