GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierData
Table of Contents ▼
Jump to a specific part of the page:
Description
Next ID: 6
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
classification
(type:list(GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierDataClassification)
, default:nil
)
- -
imageBasedDetectionDone
(type:boolean()
, default:nil
)
- Records whether the image linker is run already. This is only used for Alexandria but NOT for Segindexer. -
timestamp
(type:String.t
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierData{
classification: [ GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierDataClassification.t() ] | nil,
imageBasedDetectionDone: boolean() | nil,
timestamp: String.t() | nil
}
classification: [ GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierDataClassification.t() ] | nil,
imageBasedDetectionDone: boolean() | nil,
timestamp: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierData