Rating Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a rating.
public class Rating : Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.PropertiesItem
type Rating = class
inherit PropertiesItem
Public Class Rating
Inherits PropertiesItem
- Inheritance
- Derived
Constructors
Rating() |
Initializes a new instance of the Rating class. |
Rating(Double, String, Nullable<Double>) |
Initializes a new instance of the Rating class. |
Properties
BestRating |
Gets the highest rated review. The possible values are 1.0 through 5.0. |
RatingValue |
Gets or sets the mean (average) rating. The possible values are 1.0 through 5.0. |
Text |
Gets text representation of an item. (Inherited from PropertiesItem) |
Methods
Validate() |
Validate the object. |
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 .NET