AggregateRating
タイプ名: AggregateRating
Rating を拡張する
氏名 |
型 |
説明 |
itemReviewed |
被写体 |
レビューや評価を行っているアイテム。 |
ratingsCount |
Number |
合計評価数。 |
reviewCount |
Number |
クチコミの合計数。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 2024-09-03 UTC。"],[[["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"]]