v1TextToSpeechVoiceIdWithTimestampsPostOutputFormatNullableToJson function

String? v1TextToSpeechVoiceIdWithTimestampsPostOutputFormatNullableToJson(
  1. V1TextToSpeechVoiceIdWithTimestampsPostOutputFormat? v1TextToSpeechVoiceIdWithTimestampsPostOutputFormat
)

Implementation

String? v1TextToSpeechVoiceIdWithTimestampsPostOutputFormatNullableToJson(
    enums.V1TextToSpeechVoiceIdWithTimestampsPostOutputFormat?
        v1TextToSpeechVoiceIdWithTimestampsPostOutputFormat) {
  return v1TextToSpeechVoiceIdWithTimestampsPostOutputFormat?.value;
}