Reference documentation and code samples for the Cloud Vision V1 Client class SafeSearchAnnotation.
Set of features pertaining to the image, computed by computer vision methods over safe-search verticals (for example, adult, spoof, medical, violence).
Generated from protobuf message google.cloud.vision.v1.SafeSearchAnnotation
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ adult
int
Represents the adult content likelihood for the image. Adult content may contain elements such as nudity, pornographic images or cartoons, or sexual activities.
↳ spoof
int
Spoof likelihood. The likelihood that an modification was made to the image's canonical version to make it appear funny or offensive.
↳ medical
int
Likelihood that this is a medical image.
↳ violence
int
Likelihood that this image contains violent content.
↳ racy
int
Likelihood that the request image contains racy content. Racy content may include (but is not limited to) skimpy or sheer clothing, strategically covered nudity, lewd or provocative poses, or close-ups of sensitive body areas.
getAdult
Represents the adult content likelihood for the image. Adult content may contain elements such as nudity, pornographic images or cartoons, or sexual activities.
int
setAdult
Represents the adult content likelihood for the image. Adult content may contain elements such as nudity, pornographic images or cartoons, or sexual activities.
var
int
$this
getSpoof
Spoof likelihood. The likelihood that an modification was made to the image's canonical version to make it appear funny or offensive.
int
setSpoof
Spoof likelihood. The likelihood that an modification was made to the image's canonical version to make it appear funny or offensive.
var
int
$this
getMedical
Likelihood that this is a medical image.
int
setMedical
Likelihood that this is a medical image.
var
int
$this
getViolence
Likelihood that this image contains violent content.
int
setViolence
Likelihood that this image contains violent content.
var
int
$this
getRacy
Likelihood that the request image contains racy content. Racy content may include (but is not limited to) skimpy or sheer clothing, strategically covered nudity, lewd or provocative poses, or close-ups of sensitive body areas.
int
setRacy
Likelihood that the request image contains racy content. Racy content may include (but is not limited to) skimpy or sheer clothing, strategically covered nudity, lewd or provocative poses, or close-ups of sensitive body areas.
var
int
$this
getAdultConfidence
Confidence of adult_score. Range [0, 1]. 0 means not confident, 1 means very confident.
float
setAdultConfidence
Confidence of adult_score. Range [0, 1]. 0 means not confident, 1 means very confident.
var
float
$this
getSpoofConfidence
Confidence of spoof_score. Range [0, 1]. 0 means not confident, 1 means very confident.
float
setSpoofConfidence
Confidence of spoof_score. Range [0, 1]. 0 means not confident, 1 means very confident.
var
float
$this
getMedicalConfidence
Confidence of medical_score. Range [0, 1]. 0 means not confident, 1 means very confident.
float
setMedicalConfidence
Confidence of medical_score. Range [0, 1]. 0 means not confident, 1 means very confident.
var
float
$this
getViolenceConfidence
Confidence of violence_score. Range [0, 1]. 0 means not confident, 1 means very confident.
float
setViolenceConfidence
Confidence of violence_score. Range [0, 1]. 0 means not confident, 1 means very confident.
var
float
$this
getRacyConfidence
Confidence of racy_score. Range [0, 1]. 0 means not confident, 1 means very confident.
float
setRacyConfidence
Confidence of racy_score. Range [0, 1]. 0 means not confident, 1 means very confident.
var
float
$this
getNsfwConfidence
Confidence of nsfw_score. Range [0, 1]. 0 means not confident, 1 means very confident.
float
setNsfwConfidence
Confidence of nsfw_score. Range [0, 1]. 0 means not confident, 1 means very confident.
var
float
$this

