Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p2beta1WebDetection |
GoogleCloudVisionV1p2beta1WebDetection.clone() |
GoogleCloudVisionV1p2beta1WebDetection |
GoogleCloudVisionV1p2beta1AnnotateImageResponse.getWebDetection()
If present, web detection has completed successfully.
|
GoogleCloudVisionV1p2beta1WebDetection |
GoogleCloudVisionV1p2beta1WebDetection.set(String fieldName,
Object value) |
GoogleCloudVisionV1p2beta1WebDetection |
GoogleCloudVisionV1p2beta1WebDetection.setBestGuessLabels(List<GoogleCloudVisionV1p2beta1WebDetectionWebLabel> bestGuessLabels)
The service's best guess as to the topic of the request image.
|
GoogleCloudVisionV1p2beta1WebDetection |
GoogleCloudVisionV1p2beta1WebDetection.setFullMatchingImages(List<GoogleCloudVisionV1p2beta1WebDetectionWebImage> fullMatchingImages)
Fully matching images from the Internet.
|
GoogleCloudVisionV1p2beta1WebDetection |
GoogleCloudVisionV1p2beta1WebDetection.setPagesWithMatchingImages(List<GoogleCloudVisionV1p2beta1WebDetectionWebPage> pagesWithMatchingImages)
Web pages containing the matching images from the Internet.
|
GoogleCloudVisionV1p2beta1WebDetection |
GoogleCloudVisionV1p2beta1WebDetection.setPartialMatchingImages(List<GoogleCloudVisionV1p2beta1WebDetectionWebImage> partialMatchingImages)
Partial matching images from the Internet.
|
GoogleCloudVisionV1p2beta1WebDetection |
GoogleCloudVisionV1p2beta1WebDetection.setVisuallySimilarImages(List<GoogleCloudVisionV1p2beta1WebDetectionWebImage> visuallySimilarImages)
The visually similar image results.
|
GoogleCloudVisionV1p2beta1WebDetection |
GoogleCloudVisionV1p2beta1WebDetection.setWebEntities(List<GoogleCloudVisionV1p2beta1WebDetectionWebEntity> webEntities)
Deduced entities from similar images on the Internet.
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p2beta1AnnotateImageResponse |
GoogleCloudVisionV1p2beta1AnnotateImageResponse.setWebDetection(GoogleCloudVisionV1p2beta1WebDetection webDetection)
If present, web detection has completed successfully.
|
Copyright © 2011–2019 Google. All rights reserved.