Class GoogleCloudVisionV1p3beta1SafeSearchAnnotation
Set of features pertaining to the image, computed by computer vision methods over safe-search verticals (for example, adult, spoof, medical, violence).
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p3beta1SafeSearchAnnotation : IDirectResponseSchema
Properties
Adult
Represents the adult content likelihood for the image. Adult content may contain elements such as nudity, pornographic images or cartoons, or sexual activities.
Declaration
[JsonProperty("adult")]
public virtual string Adult { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Medical
Likelihood that this is a medical image.
Declaration
[JsonProperty("medical")]
public virtual string Medical { get; set; }
Property Value
Type | Description |
---|---|
string |
Racy
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.
Declaration
[JsonProperty("racy")]
public virtual string Racy { get; set; }
Property Value
Type | Description |
---|---|
string |
Spoof
Spoof likelihood. The likelihood that an modification was made to the image's canonical version to make it appear funny or offensive.
Declaration
[JsonProperty("spoof")]
public virtual string Spoof { get; set; }
Property Value
Type | Description |
---|---|
string |
Violence
Likelihood that this image contains violent content. Violent content may include death, serious harm, or injury to individuals or groups of individuals.
Declaration
[JsonProperty("violence")]
public virtual string Violence { get; set; }
Property Value
Type | Description |
---|---|
string |