google_api_comment_analyzer v0.4.0 GoogleApi.CommentAnalyzer.V1alpha1.Model.AttributeScores View Source

This holds score values for a single attribute. It contains both per-span scores as well as an overall summary score..

Attributes

  • spanScores (type: list(GoogleApi.CommentAnalyzer.V1alpha1.Model.SpanScore.t), default: nil) - Per-span scores.
  • summaryScore (type: GoogleApi.CommentAnalyzer.V1alpha1.Model.Score.t, default: nil) - Overall score for comment as a whole.

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.AttributeScores{
  spanScores: [GoogleApi.CommentAnalyzer.V1alpha1.Model.SpanScore.t()],
  summaryScore: GoogleApi.CommentAnalyzer.V1alpha1.Model.Score.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.