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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET