Uses of Class
com.google.cloud.vision.v1p4beta1.Page
-
Packages that use Page Package Description com.google.cloud.vision.v1p4beta1 A client to Cloud Vision API -
-
Uses of Page in com.google.cloud.vision.v1p4beta1
Methods in com.google.cloud.vision.v1p4beta1 that return Page Modifier and Type Method Description PagePage.Builder. build()PagePage.Builder. buildPartial()static PagePage. getDefaultInstance()PagePage.Builder. getDefaultInstanceForType()PagePage. getDefaultInstanceForType()PageTextAnnotation.Builder. getPages(int index)List of pages detected by OCR.PageTextAnnotation. getPages(int index)List of pages detected by OCR.PageTextAnnotationOrBuilder. getPages(int index)List of pages detected by OCR.static PagePage. parseDelimitedFrom(InputStream input)static PagePage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(byte[] data)static PagePage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(com.google.protobuf.ByteString data)static PagePage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(com.google.protobuf.CodedInputStream input)static PagePage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(InputStream input)static PagePage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagePage. parseFrom(ByteBuffer data)static PagePage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vision.v1p4beta1 that return types with arguments of type Page Modifier and Type Method Description List<Page>TextAnnotation.Builder. getPagesList()List of pages detected by OCR.List<Page>TextAnnotation. getPagesList()List of pages detected by OCR.List<Page>TextAnnotationOrBuilder. getPagesList()List of pages detected by OCR.com.google.protobuf.Parser<Page>Page. getParserForType()static com.google.protobuf.Parser<Page>Page. parser()Methods in com.google.cloud.vision.v1p4beta1 with parameters of type Page Modifier and Type Method Description TextAnnotation.BuilderTextAnnotation.Builder. addPages(int index, Page value)List of pages detected by OCR.TextAnnotation.BuilderTextAnnotation.Builder. addPages(Page value)List of pages detected by OCR.Page.BuilderPage.Builder. mergeFrom(Page other)static Page.BuilderPage. newBuilder(Page prototype)TextAnnotation.BuilderTextAnnotation.Builder. setPages(int index, Page value)List of pages detected by OCR.Method parameters in com.google.cloud.vision.v1p4beta1 with type arguments of type Page Modifier and Type Method Description TextAnnotation.BuilderTextAnnotation.Builder. addAllPages(Iterable<? extends Page> values)List of pages detected by OCR.
-