View Source GoogleApi.ContentWarehouse.V1.Model.SafesearchInternalImageSignals (google_api_content_warehouse v0.4.0)

A proto that stores SafeSearch internal signals that are not exported to clients.

Attributes

  • imageEntitiesViolenceScore (type: number(), default: nil) -
  • offensiveAnnotation (type: GoogleApi.ContentWarehouse.V1.Model.SafesearchImageOffensiveAnnotation.t, default: nil) -
  • starburstPornScore (type: number(), default: nil) - Additional SafeSearch signals that are used to compute final scores.
  • starburstViolenceScore (type: number(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SafesearchInternalImageSignals{
  imageEntitiesViolenceScore: number() | nil,
  offensiveAnnotation:
    GoogleApi.ContentWarehouse.V1.Model.SafesearchImageOffensiveAnnotation.t()
    | nil,
  starburstPornScore: number() | nil,
  starburstViolenceScore: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.