ClassifierPornQueryClassifierOutput

GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryClassifierOutput


Table of Contents ▼

Jump to a specific part of the page:

Description

Generic output for one vertical.

Attributes List

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

View Attributes

Attributes

  1. csaiClassification (type: String.t, default: nil)
    - This field is only filled for the CSAI vertical.
  2. debug (type: String.t, default: nil)
    - Human-readable debug information about the classification. This field is only set if output_debug is set in the classification input.
  3. isPositive (type: boolean(), default: nil)
    - The bit that shows if this classifier outputs positive classification for the input query. Set by thresholding with a recommended threshold.
  4. score (type: number(), default: nil)
    - The score that the classifier assigned to the input query. This is filled by all verticals.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ClassifierPornQueryClassifierOutput{
csaiClassification: String.t() | nil,
debug: String.t() | nil,
isPositive: boolean() | nil,
score: number() | nil
}

Function

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

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