Package | Description |
---|---|
com.google.api.services.vision.v1.model |
Modifier and Type | Method and Description |
---|---|
SafeSearchAnnotation |
SafeSearchAnnotation.clone() |
SafeSearchAnnotation |
AnnotateImageResponse.getSafeSearchAnnotation()
If present, safe-search annotation has completed successfully.
|
SafeSearchAnnotation |
SafeSearchAnnotation.set(String fieldName,
Object value) |
SafeSearchAnnotation |
SafeSearchAnnotation.setAdult(String adult)
Represents the adult content likelihood for the image.
|
SafeSearchAnnotation |
SafeSearchAnnotation.setMedical(String medical)
Likelihood that this is a medical image.
|
SafeSearchAnnotation |
SafeSearchAnnotation.setRacy(String racy)
Likelihood that the request image contains racy content.
|
SafeSearchAnnotation |
SafeSearchAnnotation.setSpoof(String spoof)
Spoof likelihood.
|
SafeSearchAnnotation |
SafeSearchAnnotation.setViolence(String violence)
Likelihood that this image contains violent content.
|
Modifier and Type | Method and Description |
---|---|
AnnotateImageResponse |
AnnotateImageResponse.setSafeSearchAnnotation(SafeSearchAnnotation safeSearchAnnotation)
If present, safe-search annotation has completed successfully.
|
Copyright © 2011–2019 Google. All rights reserved.