Class: Google::Cloud::VideoIntelligence::V1beta2::ExplicitContentFrame
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1beta2::ExplicitContentFrame
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb
Overview
Video frame level annotation results for explicit content.
Instance Attribute Summary collapse
-
#pornography_likelihood ⇒ ::Google::Cloud::VideoIntelligence::V1beta2::Likelihood
Likelihood of the pornography content..
-
#time_offset ⇒ ::Google::Protobuf::Duration
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
Instance Attribute Details
#pornography_likelihood ⇒ ::Google::Cloud::VideoIntelligence::V1beta2::Likelihood
Returns Likelihood of the pornography content..
233 234 235 236 |
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 233 class ExplicitContentFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_offset ⇒ ::Google::Protobuf::Duration
Returns Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
233 234 235 236 |
# File 'proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb', line 233 class ExplicitContentFrame include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |