-
public final class CaptionModelAddSchema for adding a caption. Includes language code, descriptive label, and a base64 encoded captions file.
-
-
Constructor Summary
Constructors Constructor Description CaptionModelAdd(String srclang, String label, String captionsFile)
-
Method Summary
Modifier and Type Method Description final StringgetSrclang()final StringgetLabel()final StringgetCaptionsFile()-
-
Method Detail
-
getSrclang
final String getSrclang()
-
getCaptionsFile
final String getCaptionsFile()
-
-
-
-