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;
        }