google_api_comment_analyzer v0.7.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
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.