google_api_comment_analyzer v0.3.0 GoogleApi.CommentAnalyzer.V1alpha1.Model.SuggestCommentScoreResponse View Source

The comment score suggestion response message.

Attributes

  • clientToken (type: String.t, default: nil) - Same token from the original SuggestCommentScoreRequest.
  • detectedLanguages (type: list(String.t), default: nil) - The list of languages detected from the comment text.
  • requestedLanguages (type: list(String.t), default: nil) - The list of languages provided in the request.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CommentAnalyzer.V1alpha1.Model.SuggestCommentScoreResponse{
  clientToken: String.t(),
  detectedLanguages: [String.t()],
  requestedLanguages: [String.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.