Class: Google::Cloud::Vision::V1::SafeSearchAnnotation

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#adultGoogle::Cloud::Vision::V1::Likelihood

Returns Represents the adult content likelihood for the image. Adult content may contain elements such as nudity, pornographic images or cartoons, or sexual activities.

Returns:

  • (Google::Cloud::Vision::V1::Likelihood)

    Represents the adult content likelihood for the image. Adult content may contain elements such as nudity, pornographic images or cartoons, or sexual activities.



417
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 417

class SafeSearchAnnotation; end

#medicalGoogle::Cloud::Vision::V1::Likelihood

Returns Likelihood that this is a medical image.

Returns:



417
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 417

class SafeSearchAnnotation; end

#racyGoogle::Cloud::Vision::V1::Likelihood

Returns 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.

Returns:

  • (Google::Cloud::Vision::V1::Likelihood)

    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.



417
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 417

class SafeSearchAnnotation; end

#spoofGoogle::Cloud::Vision::V1::Likelihood

Returns Spoof likelihood. The likelihood that an modification was made to the image's canonical version to make it appear funny or offensive.

Returns:



417
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 417

class SafeSearchAnnotation; end

#violenceGoogle::Cloud::Vision::V1::Likelihood

Returns Likelihood that this image contains violent content.

Returns:



417
# File 'lib/google/cloud/vision/v1/doc/google/cloud/vision/v1/image_annotator.rb', line 417

class SafeSearchAnnotation; end