View Source GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig (google_api_video_intelligence v0.32.2)

Config for EXPLICIT_CONTENT_DETECTION.

Attributes

  • model (type: String.t, default: nil) - Model to use for explicit content detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1_ExplicitContentDetectionConfig{
    model: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.