Cluster.SpeechToText.SpeechCapture.SpeechCapture C# (CSharp) Method

SpeechCapture() public method

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