Uses of Class
com.google.cloud.vision.v1p1beta1.WebDetection.WebPage
-
Packages that use WebDetection.WebPage Package Description com.google.cloud.vision.v1p1beta1 A client to Cloud Vision API -
-
Uses of WebDetection.WebPage in com.google.cloud.vision.v1p1beta1
Methods in com.google.cloud.vision.v1p1beta1 that return WebDetection.WebPage Modifier and Type Method Description WebDetection.WebPage
WebDetection.WebPage.Builder. build()
WebDetection.WebPage
WebDetection.WebPage.Builder. buildPartial()
static WebDetection.WebPage
WebDetection.WebPage. getDefaultInstance()
WebDetection.WebPage
WebDetection.WebPage.Builder. getDefaultInstanceForType()
WebDetection.WebPage
WebDetection.WebPage. getDefaultInstanceForType()
WebDetection.WebPage
WebDetection.Builder. getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.WebDetection.WebPage
WebDetection. getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.WebDetection.WebPage
WebDetectionOrBuilder. getPagesWithMatchingImages(int index)
Web pages containing the matching images from the Internet.static WebDetection.WebPage
WebDetection.WebPage. parseDelimitedFrom(InputStream input)
static WebDetection.WebPage
WebDetection.WebPage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(byte[] data)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(com.google.protobuf.ByteString data)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(com.google.protobuf.CodedInputStream input)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(InputStream input)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(ByteBuffer data)
static WebDetection.WebPage
WebDetection.WebPage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vision.v1p1beta1 that return types with arguments of type WebDetection.WebPage Modifier and Type Method Description List<WebDetection.WebPage>
WebDetection.Builder. getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.List<WebDetection.WebPage>
WebDetection. getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.List<WebDetection.WebPage>
WebDetectionOrBuilder. getPagesWithMatchingImagesList()
Web pages containing the matching images from the Internet.com.google.protobuf.Parser<WebDetection.WebPage>
WebDetection.WebPage. getParserForType()
static com.google.protobuf.Parser<WebDetection.WebPage>
WebDetection.WebPage. parser()
Methods in com.google.cloud.vision.v1p1beta1 with parameters of type WebDetection.WebPage Modifier and Type Method Description WebDetection.Builder
WebDetection.Builder. addPagesWithMatchingImages(int index, WebDetection.WebPage value)
Web pages containing the matching images from the Internet.WebDetection.Builder
WebDetection.Builder. addPagesWithMatchingImages(WebDetection.WebPage value)
Web pages containing the matching images from the Internet.WebDetection.WebPage.Builder
WebDetection.WebPage.Builder. mergeFrom(WebDetection.WebPage other)
static WebDetection.WebPage.Builder
WebDetection.WebPage. newBuilder(WebDetection.WebPage prototype)
WebDetection.Builder
WebDetection.Builder. setPagesWithMatchingImages(int index, WebDetection.WebPage value)
Web pages containing the matching images from the Internet.Method parameters in com.google.cloud.vision.v1p1beta1 with type arguments of type WebDetection.WebPage Modifier and Type Method Description WebDetection.Builder
WebDetection.Builder. addAllPagesWithMatchingImages(Iterable<? extends WebDetection.WebPage> values)
Web pages containing the matching images from the Internet.
-