Cluster.SpeechToText.SpeechCapture.SpeechCapture C# (CSharp) 메소드

SpeechCapture() 공개 메소드

public SpeechCapture ( ) : GoogleSpeech
리턴 GoogleSpeech
        public SpeechCapture()
        {
            DetectVolume = 30000;
            PhraseLengthMillisecondsMinimum = 500;
            PhraseLengthMillisecondsMaximum = 10000;
            SilenceLenghtMillisecondsMaximum = 500;
            Language = "ru-RU";
            MaxResults = 10;
        }