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 classPageDetected page from OCR.static classPage.BuilderDetected page from OCR.Methods in com.google.cloud.vision.v1 that return PageOrBuilder Modifier and Type Method Description PageOrBuilderTextAnnotation.Builder. getPagesOrBuilder(int index)List of pages detected by OCR.PageOrBuilderTextAnnotation. getPagesOrBuilder(int index)List of pages detected by OCR.PageOrBuilderTextAnnotationOrBuilder. 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.
-