All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.vpro.berlijn.domain.productmetadata.CaptionLanguage Maven / Gradle / Ivy

package nl.vpro.berlijn.domain.productmetadata;

import org.meeuw.i18n.languages.LanguageCode;

public record CaptionLanguage(
    boolean supplemental,
    boolean closed,
    LanguageCode language
) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy