bodySpeechToTextV1SpeechToTextPostTimestampsGranularityToJson function

String? bodySpeechToTextV1SpeechToTextPostTimestampsGranularityToJson(
  1. BodySpeechToTextV1SpeechToTextPostTimestampsGranularity bodySpeechToTextV1SpeechToTextPostTimestampsGranularity
)

Implementation

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