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

Attributes

  • fingerprintNearestNeighborDecision (type: String.t, default: nil) - Decision according to the given fingerprint nearest neighbor score.
  • provenanceClassifierDecision (type: String.t, default: nil) - OVERALL DECISION Decision according to the given watermark logits and fingerprint nearest neighbor score.
  • watermarkDecision (type: String.t, default: nil) - INDIVIDUAL DECISION Decision according to the given watermark logits.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryGeneratedImageLikelihoodSignal{
    fingerprintNearestNeighborDecision: String.t() | nil,
    provenanceClassifierDecision: String.t() | nil,
    watermarkDecision: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.