v1VoiceGenerationGenerateVoiceParametersGet method

Future<Response<VoiceGenerationParameterResponseModel>> v1VoiceGenerationGenerateVoiceParametersGet()

Voice Generation Parameters

Implementation

Future<chopper.Response<VoiceGenerationParameterResponseModel>>
v1VoiceGenerationGenerateVoiceParametersGet() {
  generatedMapping.putIfAbsent(
    VoiceGenerationParameterResponseModel,
    () => VoiceGenerationParameterResponseModel.fromJsonFactory,
  );

  return _v1VoiceGenerationGenerateVoiceParametersGet();
}