View Source GoogleApi.Language.V2.Model.XPSStringStatsUnigramStats (google_api_language v0.14.0)

The statistics of a unigram.

Attributes

  • count (type: String.t, default: nil) - The number of occurrences of this unigram in the series.
  • value (type: String.t, default: nil) - The unigram.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSStringStatsUnigramStats{
  count: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.