Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions riva/proto/riva_nmt.proto
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ message TranslationConfig {
string source_language_code = 1;
string target_language_code = 2;
string model_name = 3;
// A list of words or phrases that will not be translated by the
// pipeline. This list can include special words or phrases, for example,
// names, acronyms or any phrases desired to be excluded from translation.
// These words or phrases will be present as-is in the translated output.
repeated string dnt_phrases = 4;
}

message SynthesizeSpeechConfig {
Expand Down