Package ai.picovoice.eagle
Class EagleProfilerEnrollResult
- java.lang.Object
-
- ai.picovoice.eagle.EagleProfilerEnrollResult
-
public class EagleProfilerEnrollResult extends java.lang.ObjectRepresentation of the feedback, given percentage and code.
-
-
Constructor Summary
Constructors Constructor Description EagleProfilerEnrollResult(float percentage, int feedbackIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EagleProfilerEnrollFeedbackgetFeedback()floatgetPercentage()
-
-
-
Method Detail
-
getPercentage
public float getPercentage()
-
getFeedback
public EagleProfilerEnrollFeedback getFeedback()
-
-