Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.clone() |
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.set(String fieldName,
Object value) |
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setContext(GoogleCloudVisionV1p3beta1ImageAnnotationContext context)
If present, contextual information is needed to understand where this image comes from.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setCropHintsAnnotation(GoogleCloudVisionV1p3beta1CropHintsAnnotation cropHintsAnnotation)
If present, crop hints have completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setError(Status error)
If set, represents the error message for the operation.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setFaceAnnotations(List<GoogleCloudVisionV1p3beta1FaceAnnotation> faceAnnotations)
If present, face detection has completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setFullTextAnnotation(GoogleCloudVisionV1p3beta1TextAnnotation fullTextAnnotation)
If present, text (OCR) detection or document (OCR) text detection has completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setImagePropertiesAnnotation(GoogleCloudVisionV1p3beta1ImageProperties imagePropertiesAnnotation)
If present, image properties were extracted successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setLabelAnnotations(List<GoogleCloudVisionV1p3beta1EntityAnnotation> labelAnnotations)
If present, label detection has completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setLandmarkAnnotations(List<GoogleCloudVisionV1p3beta1EntityAnnotation> landmarkAnnotations)
If present, landmark detection has completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setLocalizedObjectAnnotations(List<GoogleCloudVisionV1p3beta1LocalizedObjectAnnotation> localizedObjectAnnotations)
If present, localized object detection has completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setLogoAnnotations(List<GoogleCloudVisionV1p3beta1EntityAnnotation> logoAnnotations)
If present, logo detection has completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setProductSearchResults(GoogleCloudVisionV1p3beta1ProductSearchResults productSearchResults)
If present, product search has completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setSafeSearchAnnotation(GoogleCloudVisionV1p3beta1SafeSearchAnnotation safeSearchAnnotation)
If present, safe-search annotation has completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setTextAnnotations(List<GoogleCloudVisionV1p3beta1EntityAnnotation> textAnnotations)
If present, text (OCR) detection has completed successfully.
|
GoogleCloudVisionV1p3beta1AnnotateImageResponse |
GoogleCloudVisionV1p3beta1AnnotateImageResponse.setWebDetection(GoogleCloudVisionV1p3beta1WebDetection webDetection)
If present, web detection has completed successfully.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleCloudVisionV1p3beta1AnnotateImageResponse> |
GoogleCloudVisionV1p3beta1AnnotateFileResponse.getResponses()
Individual responses to images found within the file.
|
Modifier and Type | Method and Description |
---|---|
GoogleCloudVisionV1p3beta1AnnotateFileResponse |
GoogleCloudVisionV1p3beta1AnnotateFileResponse.setResponses(List<GoogleCloudVisionV1p3beta1AnnotateImageResponse> responses)
Individual responses to images found within the file.
|
Copyright © 2011–2019 Google. All rights reserved.