Show / Hide Table of Contents

Class GoogleCloudVisionV1p1beta1SafeSearchAnnotation

Set of features pertaining to the image, computed by computer vision methods over safe-search verticals (for example, adult, spoof, medical, violence).

Inheritance
object
GoogleCloudVisionV1p1beta1SafeSearchAnnotation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p1beta1SafeSearchAnnotation : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX