v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormatNullableToJson function

String? v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormatNullableToJson(
  1. V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat? v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat
)

Implementation

String? v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormatNullableToJson(
    enums.V1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat?
        v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat) {
  return v1TextToSpeechVoiceIdStreamWithTimestampsPostOutputFormat?.value;
}