FrameGetStarRating Method
Note: This API is now obsolete.
Provide the 5-star rating value for the current frame.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public (double rating, string feedback) GetStarRating()
<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>
Public Function GetStarRating As (rating As Double, feedback As String)
public:
[ObsoleteAttribute(L"This method is deprecated and will be removed in future versions.")]
ValueTuple<double, String^> GetStarRating()
[<ObsoleteAttribute("This method is deprecated and will be removed in future versions.")>]
member GetStarRating : unit -> ValueTuple<float, string>
Return Value
ValueTupleDouble,
String(the star rating, feedback string)