RemoteModelInfo constructor

RemoteModelInfo({
  1. String? connection,
  2. String? endpoint,
  3. String? maxBatchingRows,
  4. String? remoteModelVersion,
  5. String? remoteServiceType,
  6. String? speechRecognizer,
})

Implementation

RemoteModelInfo({
  this.connection,
  this.endpoint,
  this.maxBatchingRows,
  this.remoteModelVersion,
  this.remoteServiceType,
  this.speechRecognizer,
});