Rating Constructors
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.
Overloads
Rating() |
Initializes a new instance of the Rating class. |
Rating(Double, String, Nullable<Double>) |
Initializes a new instance of the Rating class. |
Rating()
Initializes a new instance of the Rating class.
public Rating();
Public Sub New ()
Applies to
Rating(Double, String, Nullable<Double>)
Initializes a new instance of the Rating class.
public Rating(double ratingValue, string text = default, double? bestRating = default);
new Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Rating : double * string * Nullable<double> -> Microsoft.Azure.CognitiveServices.Search.VisualSearch.Models.Rating
Public Sub New (ratingValue As Double, Optional text As String = Nothing, Optional bestRating As Nullable(Of Double) = Nothing)
Parameters
- ratingValue
- Double
The mean (average) rating. The possible values are 1.0 through 5.0.
- text
- String
Text representation of an item.
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