FrameGetStarRating Method

Note: This API is now obsolete.
Provide the 5-star rating value for the current frame.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
[ObsoleteAttribute("This method is deprecated and will be removed in future versions.")]
public (double rating, string feedback) GetStarRating()

Return Value

ValueTupleDouble, String
(the star rating, feedback string)

See Also