SynthesizeSpeechConfig.fromJson constructor

SynthesizeSpeechConfig.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SynthesizeSpeechConfig.fromJson(Map<String, dynamic> json) =>
    _$SynthesizeSpeechConfigFromJson(json);