bodySpeechToTextV1SpeechToTextPostTimestampsGranularityTimestampsGranularityNullableFromJson static method

BodySpeechToTextV1SpeechToTextPostTimestampsGranularity? bodySpeechToTextV1SpeechToTextPostTimestampsGranularityTimestampsGranularityNullableFromJson(
  1. Object? value
)

Implementation

static enums.BodySpeechToTextV1SpeechToTextPostTimestampsGranularity?
    bodySpeechToTextV1SpeechToTextPostTimestampsGranularityTimestampsGranularityNullableFromJson(
            Object? value) =>
        bodySpeechToTextV1SpeechToTextPostTimestampsGranularityNullableFromJson(
            value,
            enums.BodySpeechToTextV1SpeechToTextPostTimestampsGranularity
                .word);