LabelingConfig

data class LabelingConfig(var subtitleLabeler: SubtitleLabeler? = null, var audioLabeler: AudioLabeler? = null, var videoQualityLabeler: VideoQualityLabeler? = null, var audioQualityLabeler: AudioQualityLabeler? = null) : Parcelable

Configures custom labeling.

Constructors

Link copied to clipboard
constructor(subtitleLabeler: SubtitleLabeler? = null, audioLabeler: AudioLabeler? = null, videoQualityLabeler: VideoQualityLabeler? = null, audioQualityLabeler: AudioQualityLabeler? = null)

Properties

Link copied to clipboard
Link copied to clipboard