AggregateRating Class
- java.
lang. Object - PropertiesItem
- Rating
- com.
microsoft. azure. cognitiveservices. search. imagesearch. models. AggregateRating
- com.
public class AggregateRating extends Rating
Defines the metrics that indicate how well an item was rated by others.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
reviewCount()
Get the reviewCount value. |
Inherited Members
Rating.bestRating()
Rating.ratingValue()
PropertiesItem.text()
Rating.withRatingValue(double ratingValue)
Method Details
reviewCount
public Integer reviewCount()
Get the reviewCount value.
Returns:
the reviewCount value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java