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

Analysis scores are described by a value and a ScoreType.

Attributes

  • type (type: String.t, default: nil) - The type of the above value.
  • value (type: number(), default: nil) - Score value. Semantics described by type below.

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.Score{
  type: String.t(),
  value: number()
}

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.