GoogleCloudContactcenterinsightsV1SpeechConfig.fromJson constructor

GoogleCloudContactcenterinsightsV1SpeechConfig.fromJson(
  1. Map json_
)

Implementation

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