Class: Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentAnnotation
- Inherits:
-
Object
- Object
- Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentAnnotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/videointelligence/v1p3beta1/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
-
#frames ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentFrame>
All video frames where explicit content was detected.
Instance Attribute Details
#frames ⇒ ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentFrame>
Returns All video frames where explicit content was detected.
326 327 328 329 |
# File 'proto_docs/google/cloud/videointelligence/v1p3beta1/video_intelligence.rb', line 326 class ExplicitContentAnnotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |