Uses of Interface
com.google.cloud.vision.v1p3beta1.WebDetection.WebPageOrBuilder
-
Packages that use WebDetection.WebPageOrBuilder Package Description com.google.cloud.vision.v1p3beta1 A client to Cloud Vision API -
-
Uses of WebDetection.WebPageOrBuilder in com.google.cloud.vision.v1p3beta1
Classes in com.google.cloud.vision.v1p3beta1 that implement WebDetection.WebPageOrBuilder Modifier and Type Class Description static class
WebDetection.WebPage
Metadata for web pages.static class
WebDetection.WebPage.Builder
Metadata for web pages.Methods in com.google.cloud.vision.v1p3beta1 that return WebDetection.WebPageOrBuilder Modifier and Type Method Description WebDetection.WebPageOrBuilder
WebDetection.Builder. getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.WebDetection.WebPageOrBuilder
WebDetection. getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.WebDetection.WebPageOrBuilder
WebDetectionOrBuilder. getPagesWithMatchingImagesOrBuilder(int index)
Web pages containing the matching images from the Internet.Methods in com.google.cloud.vision.v1p3beta1 that return types with arguments of type WebDetection.WebPageOrBuilder Modifier and Type Method Description List<? extends WebDetection.WebPageOrBuilder>
WebDetection.Builder. getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.List<? extends WebDetection.WebPageOrBuilder>
WebDetection. getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.List<? extends WebDetection.WebPageOrBuilder>
WebDetectionOrBuilder. getPagesWithMatchingImagesOrBuilderList()
Web pages containing the matching images from the Internet.
-