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):
Attributes
-
imageEntitiesViolenceScore
(type:number()
, default:nil
)
- -
offensiveAnnotation
(type:GoogleApi.ContentWarehouse.V1.Model.SafesearchImageOffensiveAnnotation
, default:nil
)
- -
starburstPornScore
(type:number()
, default:nil
)
- Additional SafeSearch signals that are used to compute final scores. -
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
}
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