View Source GoogleApi.Language.V1.Model.XPSCategoryStats (google_api_language v0.14.0)

The data statistics of a series of CATEGORY values.

Attributes

  • commonStats (type: GoogleApi.Language.V1.Model.XPSCommonStats.t, default: nil) -
  • topCategoryStats (type: list(GoogleApi.Language.V1.Model.XPSCategoryStatsSingleCategoryStats.t), default: nil) - The statistics of the top 20 CATEGORY values, ordered by CategoryStats.SingleCategoryStats.count.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Language.V1.Model.XPSCategoryStats{
  commonStats: GoogleApi.Language.V1.Model.XPSCommonStats.t() | nil,
  topCategoryStats:
    [GoogleApi.Language.V1.Model.XPSCategoryStatsSingleCategoryStats.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.