streamingConfig property
Provides information to the recognizer that specifies how to process the
request. The first StreamingRecognizeRequest
message must contain a
streaming_config
message.
Implementation
@$pb.TagNumber(1)
StreamingRecognitionConfig get streamingConfig => $_getN(0);
Implementation
@$pb.TagNumber(1)
set streamingConfig(StreamingRecognitionConfig v) {
setField(1, v);
}