You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
booldo_not_perform_vad=13; // Flag to disable phrase range detection. All speech shall be recognized as single phrase with this flag set to true.
87
87
VoiceActivityDetectionConfigvad_config=14; // Structure to customize VAD settings.
88
88
}
89
+
reserved15;
90
+
boolenable_denormalization=16; // Enables automatic conversion of numerals from text to numeric form. Applies only to the first (most likely) version of the final hypothesis.
89
91
}
90
92
91
93
messageRecognizeRequest { // Request to recognize using Recognize method.
booldo_not_perform_vad=13; // Флаг выключающий разбиение на фразы, т. е. VAD.<br/>Весь распознанный текст будет получен в виде одной фразы.
87
87
VoiceActivityDetectionConfigvad_config=14; // Структура для переопределения настроек VAD.
88
88
}
89
+
reserved15;
90
+
boolenable_denormalization=16; // Включает автоматическое преобразование числительных из текстовой формы в цифровую. Применяется только для первой (наиболее вероятной) версии финальной гипотезы.
89
91
}
90
92
91
93
messageRecognizeRequest { // Запрос на распознавание аудио по методу Recognize.
0 commit comments