パッケージ org.langrid.service.ml

クラス EmotionRecognitionResult


  • public class EmotionRecognitionResult
    extends Object
    • コンストラクタの詳細

      • EmotionRecognitionResult

        public EmotionRecognitionResult()
      • EmotionRecognitionResult

        public EmotionRecognitionResult​(String label,
                                        double degree)
    • メソッドの詳細

      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getDegree

        public double getDegree()
      • setDegree

        public void setDegree​(double degree)