ImageRepositoryGeneratedImageLikelihoodSignal

GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryGeneratedImageLikelihoodSignal


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

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

Type

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

Function

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

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