adaptation property
Speech adaptation configuration improves the accuracy of speech
recognition. For more information, see the speech
adaptation
documentation.
When speech adaptation is set it supersedes the speech_contexts
field.
Implementation
@$pb.TagNumber(20)
$4.SpeechAdaptation get adaptation => $_getN(16);
Implementation
@$pb.TagNumber(20)
set adaptation($4.SpeechAdaptation v) {
setField(20, v);
}