SafesearchInternalImageSignals

GoogleApi.ContentWarehouse.V1.Model.SafesearchInternalImageSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SafesearchInternalImageSignals