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

クラス ContinuousSpeechRecognitionConfig


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

      • ContinuousSpeechRecognitionConfig

        public ContinuousSpeechRecognitionConfig()
      • ContinuousSpeechRecognitionConfig

        public ContinuousSpeechRecognitionConfig​(int channels,
                                                 int sampleSizeInBits,
                                                 int frameRate)
    • メソッドの詳細

      • getChannels

        public int getChannels()
      • setChannels

        public void setChannels​(int channels)
      • getSampleSizeInBits

        public int getSampleSizeInBits()
      • setSampleSizeInBits

        public void setSampleSizeInBits​(int sampleSizeInBits)
      • getFrameRate

        public int getFrameRate()
      • setFrameRate

        public void setFrameRate​(int frameRate)