MediaStat
public struct MediaStat : Codable
A root object that stores information about a media stat resource.
-
The count of ratings sorted from
0.5
to5.0
.Declaration
Swift
public let ratingCountList: [Int]
-
The average of all ratings.
Declaration
Swift
public let ratingAverage: Double
-
The total count of all ratings.
Declaration
Swift
public let ratingCount: Int
-
The rank compared to all other models.
Declaration
Swift
public let rankGlobal: Int
-
The rank compared to resources of the same model.
Declaration
Swift
public let rankTotal: Int
-
The collective user sentiment.
Declaration
Swift
public let sentiment: String
-
The percentage of the highest rating compared to the total rating.
Declaration
Swift
public let highestRatingPercentage: Double