abnfGrammar property
Augmented Backus-Naur form (ABNF) is a standardized grammar notation comprised by a set of derivation rules. See specifications: https://www.w3.org/TR/speech-grammar
Implementation
@$pb.TagNumber(4)
SpeechAdaptation_ABNFGrammar get abnfGrammar => $_getN(3);
Implementation
@$pb.TagNumber(4)
set abnfGrammar(SpeechAdaptation_ABNFGrammar v) {
setField(4, v);
}