bodySpeechToTextV1SpeechToTextPostFileFormatToJson function

String? bodySpeechToTextV1SpeechToTextPostFileFormatToJson(
  1. BodySpeechToTextV1SpeechToTextPostFileFormat bodySpeechToTextV1SpeechToTextPostFileFormat
)

Implementation

String? bodySpeechToTextV1SpeechToTextPostFileFormatToJson(
    enums.BodySpeechToTextV1SpeechToTextPostFileFormat
        bodySpeechToTextV1SpeechToTextPostFileFormat) {
  return bodySpeechToTextV1SpeechToTextPostFileFormat.value;
}