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

Attributes

  • diversificationThreshold (type: number(), default: nil) - Diversification threshold used in prediction. Additional responses which are closer than the threshold to the already selected responses will be skipped.
  • likelihoodBiasWeight (type: number(), default: nil) - Bias weight used in prediction.
  • replyContent (type: String.t, default: nil) - Content of the reply snippet (could include emoji as well as text).
  • score (type: float(), default: nil) - Model score for the predicted reply snippet.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoSmartSuggestion{
    diversificationThreshold: number() | nil,
    likelihoodBiasWeight: number() | nil,
    replyContent: String.t() | nil,
    score: float() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.