VideoYoutubeCommentsClassificationProtoSmartSuggestion

GoogleApi.ContentWarehouse.V1.Model.VideoYoutubeCommentsClassificationProtoSmartSuggestion


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. 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.
  2. likelihoodBiasWeight (type: number(), default: nil)
    - Bias weight used in prediction.
  3. replyContent (type: String.t, default: nil)
    - Content of the reply snippet (could include emoji as well as text).
  4. score (type: float(), default: nil)
    - Model score for the predicted reply snippet.

Type

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

Function

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

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