AggregateRating interface

Defines the metrics that indicate how well an item was rated by others.

Properties

bestRating

The highest rated review. The possible values are 1.0 through 5.0. NOTE: This property will not be serialized. It can only be populated by the server.

ratingValue

The mean (average) rating. The possible values are 1.0 through 5.0.

reviewCount

The number of times the recipe has been rated or reviewed. NOTE: This property will not be serialized. It can only be populated by the server.

text

Text representation of an item. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

bestRating

The highest rated review. The possible values are 1.0 through 5.0. NOTE: This property will not be serialized. It can only be populated by the server.

bestRating?: number

Property Value

number

ratingValue

The mean (average) rating. The possible values are 1.0 through 5.0.

ratingValue: number

Property Value

number

reviewCount

The number of times the recipe has been rated or reviewed. NOTE: This property will not be serialized. It can only be populated by the server.

reviewCount?: number

Property Value

number

text

Text representation of an item. NOTE: This property will not be serialized. It can only be populated by the server.

text?: string

Property Value

string