Accessibility (manage)

    Accessibility (manage)


    Article summary

    Accessibility Manage Schema 1.2.0

    Types

    FontFamily

    
    

    VoiceSpeed

    
    

    VoiceGuidanceSettings

    type VoiceGuidanceSettings = {
      enabled: boolean // Whether or not voice guidance should be enabled by default
      speed: VoiceSpeed // The speed at which voice guidance speech will be read back to the user
    }
    

    See also:

    VoiceSpeed


    FontSize

    
    

    Color

    
    

    FontEdge

    
    

    Opacity

    
    

    HorizontalAlignment

    
    

    VerticalAlignment

    
    

    ClosedCaptionsStyles

    The default styles to use when displaying closed-captions

    type ClosedCaptionsStyles = {
      fontFamily?: string
      fontSize?: number
      fontColor?: string
      fontEdge?: string
      fontEdgeColor?: string
      fontOpacity?: number
      backgroundColor?: string
      backgroundOpacity?: number
      textAlign?: string
      textAlignVertical?: string
      windowColor?: string
      windowOpacity?: number
    }
    

    ClosedCaptionsSettings

    type ClosedCaptionsSettings = {
      enabled: boolean // Whether or not closed-captions should be enabled by default
      styles: ClosedCaptionsStyles // The default styles to use when displaying closed-captions
      preferredLanguages?: string[]
    }
    

    See also:

    ClosedCaptionsStyles



    Was this article helpful?