Uses of Interface
com.google.cloud.vision.v1.BlockOrBuilder
-
Packages that use BlockOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of BlockOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement BlockOrBuilder Modifier and Type Class Description class
Block
Logical element on the page.static class
Block.Builder
Logical element on the page.Methods in com.google.cloud.vision.v1 that return BlockOrBuilder Modifier and Type Method Description BlockOrBuilder
Page.Builder. getBlocksOrBuilder(int index)
List of blocks of text, images etc on this page.BlockOrBuilder
Page. getBlocksOrBuilder(int index)
List of blocks of text, images etc on this page.BlockOrBuilder
PageOrBuilder. getBlocksOrBuilder(int index)
List of blocks of text, images etc on this page.Methods in com.google.cloud.vision.v1 that return types with arguments of type BlockOrBuilder Modifier and Type Method Description List<? extends BlockOrBuilder>
Page.Builder. getBlocksOrBuilderList()
List of blocks of text, images etc on this page.List<? extends BlockOrBuilder>
Page. getBlocksOrBuilderList()
List of blocks of text, images etc on this page.List<? extends BlockOrBuilder>
PageOrBuilder. getBlocksOrBuilderList()
List of blocks of text, images etc on this page.
-