bodySpeechToTextV1SpeechToTextPostFileFormatNullableToJson function

String? bodySpeechToTextV1SpeechToTextPostFileFormatNullableToJson(
  1. BodySpeechToTextV1SpeechToTextPostFileFormat? bodySpeechToTextV1SpeechToTextPostFileFormat
)

Implementation

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