Reference documentation and code samples for the Cloud Video Intelligence V1p3beta1 API class Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentAnnotation.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#frames
def frames() -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentFrame>
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentFrame>) — All video frames where explicit content was detected.
#frames=
def frames=(value) -> ::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentFrame>
Parameter
- value (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentFrame>) — All video frames where explicit content was detected.
Returns
- (::Array<::Google::Cloud::VideoIntelligence::V1p3beta1::ExplicitContentFrame>) — All video frames where explicit content was detected.