Class: Google::Cloud::VideoIntelligence::V1::ExplicitContentAnnotation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb

Overview

Explicit content annotation (based on per-frame visual signals only). If no explicit content has been detected in a frame, no annotations are present for that frame.

Instance Attribute Summary collapse

Instance Attribute Details

#frames::Array<::Google::Cloud::VideoIntelligence::V1::ExplicitContentFrame>

Returns All video frames where explicit content was detected.

Returns:



332
333
334
335
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 332

class ExplicitContentAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns Feature version.

Returns:

  • (::String)

    Feature version.



332
333
334
335
# File 'proto_docs/google/cloud/videointelligence/v1/video_intelligence.rb', line 332

class ExplicitContentAnnotation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end