Cluster.SpeechToText.SpeechCapture.SpeechCapture C# (CSharp) Méthode

SpeechCapture() public méthode

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