GoogleCloudContactcenterinsightsV1SpeechConfig constructor

GoogleCloudContactcenterinsightsV1SpeechConfig({
  1. bool? disableWordTimeOffsets,
  2. String? speechRecognizer,
})

Implementation

GoogleCloudContactcenterinsightsV1SpeechConfig({
  this.disableWordTimeOffsets,
  this.speechRecognizer,
});