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

Next ID: 6

Attributes

  • classification (type: list(GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierDataClassification.t), 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) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierData{
  classification:
    [
      GoogleApi.ContentWarehouse.V1.Model.ClassifierPornClassifierDataClassification.t()
    ]
    | nil,
  imageBasedDetectionDone: boolean() | nil,
  timestamp: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.