AggregateRating
类型名称:AggregateRating
扩展 Rating
名称 |
类型 |
说明 |
已经过审核 |
Thing 的子类型 |
被评价/评分的项目。 |
评分 |
编号 |
评分总数。 |
reviewCount |
编号 |
评价总数。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-03。
[null,null,["最后更新时间 (UTC):2024-09-03。"],[[["AggregateRating provides a way to represent the overall rating of an item based on multiple ratings and reviews."],["It includes details such as the item being reviewed, the total number of ratings, and the total number of reviews."],["AggregateRating extends the basic Rating type, inheriting its properties."]]],["The `AggregateRating` type, which extends `Rating`, describes aggregated ratings and reviews. Key data points include `itemReviewed`, which specifies the item being rated. `ratingCount` indicates the total number of ratings. `reviewCount` provides the total number of reviews. These properties offer a summary of user feedback for a given item. The type uses the `Thing` type and the `Number` type.\n"]]