Package 

Class CaptionModel


  • 
    public final class CaptionModel
    
                        

    Represents caption details for a video.

    • Method Summary

      Modifier and Type Method Description
      final String getSrclang()
      final String getLabel()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CaptionModel

        CaptionModel(String srclang, String label)
        Parameters:
        srclang - The ISO 639-1 language code for the caption.
        label - A descriptive label for the caption.