Labeling Config
data class LabelingConfig(subtitleLabeler: SubtitleLabeler?, audioLabeler: AudioLabeler?, videoQualityLabeler: VideoQualityLabeler?, audioQualityLabeler: AudioQualityLabeler?) : Parcelable
Content copied to clipboard
Configures custom labeling.
Constructors
Link copied to clipboard
fun LabelingConfig(subtitleLabeler: SubtitleLabeler? = null, audioLabeler: AudioLabeler? = null, videoQualityLabeler: VideoQualityLabeler? = null, audioQualityLabeler: AudioQualityLabeler? = null)
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
The current AudioQualityLabeler.
Link copied to clipboard
Link copied to clipboard
The current VideoQualityLabeler.