google_api_video_intelligence v0.26.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame View Source

Video frame level annotation results for explicit content.

Attributes

  • pornographyLikelihood (type: String.t, default: nil) - Likelihood of the pornography content..
  • timeOffset (type: String.t, default: nil) - Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2_ExplicitContentFrame{
    pornographyLikelihood: String.t(),
    timeOffset: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.