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.

Returns:



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

class SafeSearchAnnotation; end

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

Returns Likelihood that this is a medical image.

Returns:



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

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:



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

class SafeSearchAnnotation; end

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

Returns Violence likelihood.

Returns:



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

class SafeSearchAnnotation; end