Class: Google::Cloud::VideoIntelligence::V1beta1::SafeSearchAnnotation

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb

Overview

Safe search annotation (based on per-frame visual signals only). If no unsafe content has been detected in a frame, no annotations are present for that frame. If only some types of unsafe content have been detected in a frame, the likelihood is set to UNKNOWN for all other types of unsafe content.

Instance Attribute Summary collapse

Instance Attribute Details

#adultGoogle::Cloud::VideoIntelligence::V1beta1::Likelihood

Returns Likelihood of adult content.

Returns:



151
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 151

class SafeSearchAnnotation; end

#medicalGoogle::Cloud::VideoIntelligence::V1beta1::Likelihood

Returns Likelihood of medical content.

Returns:



151
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 151

class SafeSearchAnnotation; end

#racyGoogle::Cloud::VideoIntelligence::V1beta1::Likelihood

Returns Likelihood of racy content.

Returns:



151
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 151

class SafeSearchAnnotation; end

#spoofGoogle::Cloud::VideoIntelligence::V1beta1::Likelihood

Returns Likelihood that an obvious modification was made to the original version to make it appear funny or offensive.

Returns:



151
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 151

class SafeSearchAnnotation; end

#time_offsetInteger

Returns Video time offset in microseconds.

Returns:

  • (Integer)

    Video time offset in microseconds.



151
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 151

class SafeSearchAnnotation; end

#violentGoogle::Cloud::VideoIntelligence::V1beta1::Likelihood

Returns Likelihood of violent content.

Returns:



151
# File 'lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb', line 151

class SafeSearchAnnotation; end