config property

  1. @TagNumber(1)
RecognitionConfig config

Required. Provides information to the recognizer that specifies how to process the request.

Implementation

@$pb.TagNumber(1)
RecognitionConfig get config => $_getN(0);
  1. @TagNumber(1)
void config=(RecognitionConfig v)

Implementation

@$pb.TagNumber(1)
set config(RecognitionConfig v) {
  setField(1, v);
}