bodySpeechToTextV1SpeechToTextPostTimestampsGranularityNullableToJson function
String?
bodySpeechToTextV1SpeechToTextPostTimestampsGranularityNullableToJson(
- BodySpeechToTextV1SpeechToTextPostTimestampsGranularity? bodySpeechToTextV1SpeechToTextPostTimestampsGranularity
Implementation
String? bodySpeechToTextV1SpeechToTextPostTimestampsGranularityNullableToJson(
enums.BodySpeechToTextV1SpeechToTextPostTimestampsGranularity?
bodySpeechToTextV1SpeechToTextPostTimestampsGranularity) {
return bodySpeechToTextV1SpeechToTextPostTimestampsGranularity?.value;
}