WebVttCue
public protocol WebVttCue : TextTrackCueWeb Video Text Tracks cue.
Remark
The content type isString.
- 
                  
                  The WebVTT cue text alignment, following the WebVTT specification. DeclarationSwift var align: String { get }
- 
                  
                  The WebVTT cue line, following the WebVTT specification. DeclarationSwift var line: String { get }
- 
                  
                  A string representing the WebVTT cue line alignment, following the WebVTT specification. DeclarationSwift var lineAlign: String { get }
- 
                  
                  The WebVTT cue position, following the WebVTT specification. DeclarationSwift var position: String { get }
- 
                  
                  A string representing the WebVTT cue position alignment, following the WebVTT specification. DeclarationSwift var positionAlign: String { get }
- 
                  
                  The VTTRegion object to which this cue belongs, the WebVTTRegion objects follows the WebVTT specification for WebVTTRegions. DeclarationSwift var region: String? { get }
- 
                  
                  The WebVTT cue size, following to the WebVTT specification. DeclarationSwift var size: Int { get }
- 
                  
                  True if the WebVTT cue snap-to-lines flag is true, false otherwise, following the WebVTT specification. DeclarationSwift var snapToLines: Bool { get }
- 
                  
                  The text track cue text in raw unparsed form, following to the WebVTT specification. DeclarationSwift var text: String? { get }
- 
                  
                  A string representing the WebVTT cue writing direction, following the WebVTT specification. DeclarationSwift var vertical: String { get }
 WebVttCue Protocol Reference
      WebVttCue Protocol Reference