View Source GoogleApi.Language.V2.Model.XPSCategoryStats (google_api_language v0.16.1)
The data statistics of a series of CATEGORY values.
Attributes
-
commonStats(type:GoogleApi.Language.V2.Model.XPSCommonStats.t, default:nil) - -
topCategoryStats(type:list(GoogleApi.Language.V2.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.V2.Model.XPSCategoryStats{ commonStats: GoogleApi.Language.V2.Model.XPSCommonStats.t() | nil, topCategoryStats: [GoogleApi.Language.V2.Model.XPSCategoryStatsSingleCategoryStats.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.