View Source GoogleApi.Language.V2.Model.XPSStringStats (google_api_language v0.16.0)

The data statistics of a series of STRING values.

Attributes

  • commonStats (type: GoogleApi.Language.V2.Model.XPSCommonStats.t, default: nil) -
  • topUnigramStats (type: list(GoogleApi.Language.V2.Model.XPSStringStatsUnigramStats.t), default: nil) - The statistics of the top 20 unigrams, ordered by StringStats.UnigramStats.count.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V2.Model.XPSStringStats{
  commonStats: GoogleApi.Language.V2.Model.XPSCommonStats.t() | nil,
  topUnigramStats:
    [GoogleApi.Language.V2.Model.XPSStringStatsUnigramStats.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.