streamingConfig property
StreamingRecognitionConfig to be used in this recognition attempt. If provided, it will override the default RecognitionConfig stored in the Recognizer.
Implementation
@$pb.TagNumber(6)
StreamingRecognitionConfig get streamingConfig => $_getN(2);
Implementation
@$pb.TagNumber(6)
set streamingConfig(StreamingRecognitionConfig v) {
setField(6, v);
}