HEX
Server: Apache/2.4.68 (Debian)
System: Linux as-cs-widget-demo-us-central1 6.1.0-44-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
User: root (0)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: //lib/google-cloud-sdk/lib/surface/ml/video/detect_explicit_content.yaml
- release_tracks: []

  help_text:
    brief: Detect explicit content in videos.
    description: |
      Detect adult content within a video. Adult content is content generally
      appropriate for 18 years of age and older, including but not limited to
      nudity, sexual activities, and pornography (including cartoons or anime).

      The response includes a bucketized likelihood value, from VERY_UNLIKELY to
      VERY_LIKELY. When Explicit Content Detection evaluates a video, it does so on
      a per-frame basis and considers visual content only (not audio).
    examples: |
      To detect explicit content in a video file named 'gs://my_bucket/input_file.mp4', run the following command.:

        $ {command} gs://my_bucket/input_file.mp4

  request:
    _COMMON_: request
    static_fields:
      features: [EXPLICIT_CONTENT_DETECTION]
    modify_request_hooks:
    - googlecloudsdk.command_lib.ml.video.util:UpdateRequestWithInput

  async:
    _COMMON_: async

  arguments:
    params:
    - _COMMON_args

  output:
    format: json