bodySpeechToTextV1SpeechToTextPostTimestampsGranularityNullableToJson function

String? bodySpeechToTextV1SpeechToTextPostTimestampsGranularityNullableToJson(
  1. BodySpeechToTextV1SpeechToTextPostTimestampsGranularity? bodySpeechToTextV1SpeechToTextPostTimestampsGranularity
)

Implementation

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