google_api_video_intelligence v0.3.0 GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2ExplicitContentFrame View Source

Video frame level annotation results for explicit content.

Attributes

  • pornographyLikelihood (String.t): Likelihood of the pornography content.. Defaults to: null.

    • Enum - one of [LIKELIHOOD_UNSPECIFIED, VERY_UNLIKELY, UNLIKELY, POSSIBLE, LIKELY, VERY_LIKELY]
  • timeOffset (String.t): Time-offset, relative to the beginning of the video, corresponding to the video frame for this location. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() ::
  %GoogleApi.VideoIntelligence.V1.Model.GoogleCloudVideointelligenceV1beta2ExplicitContentFrame{
    pornographyLikelihood: any(),
    timeOffset: any()
  }

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.