Uses of Interface
com.google.cloud.vision.v1.PageOrBuilder
-
Packages that use PageOrBuilder Package Description com.google.cloud.vision.v1 A client to Cloud Vision API -
-
Uses of PageOrBuilder in com.google.cloud.vision.v1
Classes in com.google.cloud.vision.v1 that implement PageOrBuilder Modifier and Type Class Description class
Page
Detected page from OCR.static class
Page.Builder
Detected page from OCR.Methods in com.google.cloud.vision.v1 that return PageOrBuilder Modifier and Type Method Description PageOrBuilder
TextAnnotation.Builder. getPagesOrBuilder(int index)
List of pages detected by OCR.PageOrBuilder
TextAnnotation. getPagesOrBuilder(int index)
List of pages detected by OCR.PageOrBuilder
TextAnnotationOrBuilder. getPagesOrBuilder(int index)
List of pages detected by OCR.Methods in com.google.cloud.vision.v1 that return types with arguments of type PageOrBuilder Modifier and Type Method Description List<? extends PageOrBuilder>
TextAnnotation.Builder. getPagesOrBuilderList()
List of pages detected by OCR.List<? extends PageOrBuilder>
TextAnnotation. getPagesOrBuilderList()
List of pages detected by OCR.List<? extends PageOrBuilder>
TextAnnotationOrBuilder. getPagesOrBuilderList()
List of pages detected by OCR.
-