SafesearchVideoContentSignals

GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignals


Table of Contents ▼

Jump to a specific part of the page:

Description

SafeSearch video content classification scores are computed based on go/golden7 video features. To access these scores see the library at: google3/quality/safesearch/video/api/video_score_info.h Next ID: 6

Attributes List

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

View Attributes

Attributes

  1. internalMultiLabelClassification (type: GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignalsMultiLabelClassificationInfo, default: nil)
    -
  2. isAbuseWithHighConfidence (type: boolean(), default: nil)
    - This is used by Amarna to determine whether it should notify Raffia for immediate reprocessing. This field will be generated in Amarna's image_metadata corpus and exported to references_video_search corpus and written to ExportState.module_state.critical_metadata_checksum for determining whether Amarna should immediately notify Raffia whenever is_abuse_with_high_confidence's value changes.
  3. scores (type: map(), default: nil)
    -
  4. versionTag (type: String.t, default: nil)
    -
  5. videoClassifierOutput (type: GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoClassifierOutput, default: nil)
    - Output of all SafeSearch video classifiers in Amarna.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignals{
internalMultiLabelClassification: GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignalsMultiLabelClassificationInfo.t() | nil,
isAbuseWithHighConfidence: boolean() | nil,
scores: map() | nil,
versionTag: String.t() | nil,
videoClassifierOutput: GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoClassifierOutput.t() | nil
}

Function

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

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