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.ImageSearch.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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET