fromJson static method

Implementation

static TranscriptionSettingsResponseClosedCaptionModeEnum? fromJson(
        dynamic value) =>
    TranscriptionSettingsResponseClosedCaptionModeEnumTypeTransformer()
        .decode(value);