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