Skip to content

Commit 643d29d

Browse files
Solovev Sergeig-e-okopnik
authored andcommitted
add denormalization flag
1 parent d851325 commit 643d29d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apis/tinkoff/cloud/stt/v1/stt.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ message RecognitionConfig { // Common regognition configuration.
8686
bool do_not_perform_vad = 13; // Flag to disable phrase range detection. All speech shall be recognized as single phrase with this flag set to true.
8787
VoiceActivityDetectionConfig vad_config = 14; // Structure to customize VAD settings.
8888
}
89+
reserved 15;
90+
bool enable_denormalization = 16; // Enables automatic conversion of numerals from text to numeric form. Applies only to the first (most likely) version of the final hypothesis.
8991
}
9092

9193
message RecognizeRequest { // Request to recognize using Recognize method.

apis_ru/tinkoff/cloud/stt/v1/stt.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ message RecognitionConfig { // Общие настройки для распоз
8686
bool do_not_perform_vad = 13; // Флаг выключающий разбиение на фразы, т. е. VAD.<br/>Весь распознанный текст будет получен в виде одной фразы.
8787
VoiceActivityDetectionConfig vad_config = 14; // Структура для переопределения настроек VAD.
8888
}
89+
reserved 15;
90+
bool enable_denormalization = 16; // Включает автоматическое преобразование числительных из текстовой формы в цифровую. Применяется только для первой (наиболее вероятной) версии финальной гипотезы.
8991
}
9092

9193
message RecognizeRequest { // Запрос на распознавание аудио по методу Recognize.

0 commit comments

Comments
 (0)