ImageSafesearchContentBrainPornAnnotation

GoogleApi.ContentWarehouse.V1.Model.ImageSafesearchContentBrainPornAnnotation


Table of Contents ▼

Jump to a specific part of the page:

Description

Don't change the field names. The names are used as sparse feature labels in client projects.

Attributes List

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

View Attributes

Attributes

  1. childScore (type: number(), default: nil)
    - The probability that the youngest person in the image is a child.
  2. csaiScore (type: float(), default: nil)
    - This score correlates with potential child abuse. Google confidential!
  3. csamA1Score (type: number(), default: nil)
    - Experimental score. Do not use. Google confidential!
  4. csamAgeIndeterminateScore (type: number(), default: nil)
    - Experimental score. Do not use. Google confidential!
  5. iuInappropriateScore (type: number(), default: nil)
    - This field contains the probability that an image is inappropriate for Images Universal, according to this policy: go/iupolicy.
  6. medicalScore (type: number(), default: nil)
    -
  7. pedoScore (type: number(), default: nil)
    -
  8. pornScore (type: float(), default: nil)
    -
  9. racyScore (type: number(), default: nil)
    - This score is related to an image being sexually suggestive.
  10. semanticSexualizationScore (type: number(), default: nil)
    - This score is related to racy/sexual images where scores have semantic meaning from 0 to 1.
  11. spoofScore (type: number(), default: nil)
    -
  12. version (type: String.t, default: nil)
    -
  13. violenceScore (type: number(), default: nil)
    -
  14. ytPornScore (type: number(), default: nil)
    - Deprecated, use porn_score instead. The most recent model version does not produce this anymore.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageSafesearchContentBrainPornAnnotation{
childScore: number() | nil,
csaiScore: float() | nil,
csamA1Score: number() | nil,
csamAgeIndeterminateScore: number() | nil,
iuInappropriateScore: number() | nil,
medicalScore: number() | nil,
pedoScore: number() | nil,
pornScore: float() | nil,
racyScore: number() | nil,
semanticSexualizationScore: number() | nil,
spoofScore: number() | nil,
version: String.t() | nil,
violenceScore: number() | nil,
ytPornScore: number() | nil
}

Function

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

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