fromJson static method

Implementation

static TranscriptionSettingsRequestClosedCaptionModeEnum? fromJson(
        dynamic value) =>
    TranscriptionSettingsRequestClosedCaptionModeEnumTypeTransformer()
        .decode(value);