config property
Required. Provides information to the recognizer that specifies how to process the request.
Implementation
@$pb.TagNumber(1)
RecognitionConfig get config => $_getN(0);
Implementation
@$pb.TagNumber(1)
set config(RecognitionConfig v) {
setField(1, v);
}