GoogleCloudContactcenterinsightsV1SpeechConfig.fromJson constructor
GoogleCloudContactcenterinsightsV1SpeechConfig.fromJson(
- Map json_
Implementation
GoogleCloudContactcenterinsightsV1SpeechConfig.fromJson(core.Map json_)
: this(
disableWordTimeOffsets: json_['disableWordTimeOffsets'] as core.bool?,
speechRecognizer: json_['speechRecognizer'] as core.String?,
);