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