AggregateRating
Nome del tipo: AggregateRating
Estende la valutazione
Nome |
Tipo |
Descrizione |
itemReviewed |
La cosa |
L'elemento che viene recensito/valutato. |
classificazioneCount |
Number |
Il numero di valutazioni totali. |
reviewCount |
Number |
Il numero di recensioni totali. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-03 UTC.
[null,null,["Ultimo aggiornamento 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"]]