return original data json
static Voice create({ String? special_type, String? output_file, }) { Voice voice = Voice({ "@type": special_type, "output_file": output_file, }); return voice; }