Enum VideoCreationPayload.LanguageEnum

  • All Implemented Interfaces:
    Serializable, Comparable<VideoCreationPayload.LanguageEnum>
    Enclosing class:
    VideoCreationPayload

    public static enum VideoCreationPayload.LanguageEnum
    extends Enum<VideoCreationPayload.LanguageEnum>
    Use this parameter to set the language of the video. When this parameter is set, the API creates a transcript of the video using the language you specify. You must use the [IETF language tag](https://en.wikipedia.org/wiki/IETF_language_tag) format. `language` is a permanent attribute of the video. You can update it to another language using the [`PATCH /videos/{videoId}`](https://docs.api.video/reference/api/Videos#update-a-video-object) operation. This triggers the API to generate a new transcript using a different language.