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

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

  • internalMultiLabelClassification (type: GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoContentSignalsMultiLabelClassificationInfo.t, default: nil) -
  • 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.
  • scores (type: map(), default: nil) -
  • versionTag (type: String.t, default: nil) -
  • videoClassifierOutput (type: GoogleApi.ContentWarehouse.V1.Model.SafesearchVideoClassifierOutput.t, default: nil) - Output of all SafeSearch video classifiers in Amarna.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.