AdditionalInformation

data class AdditionalInformation(val pageBreakMarkers: Boolean = false, val aria: Boolean = false, val audioDescriptions: Boolean = false, val braille: Boolean = false, val rubyAnnotations: Boolean = false, val fullRubyAnnotations: Boolean = false, val highAudioContrast: Boolean = false, val highDisplayContrast: Boolean = false, val largePrint: Boolean = false, val signLanguage: Boolean = false, val tactileGraphics: Boolean = false, val tactileObjects: Boolean = false, val textToSpeechHinting: Boolean = false) : AccessibilityMetadataDisplayGuide.Field

This section lists additional metadata categories that can help users better understand the accessibility characteristics of digital publications. These are for metadata that do not fit into the other categories or are rarely used in trade publishing.

Parameters

pageBreakMarkers

Page breaks included.

aria

ARIA roles included.

audioDescriptions

Audio descriptions.

braille

Braille.

rubyAnnotations

Some ruby annotations.

fullRubyAnnotations

Full ruby annotations

highAudioContrast

High contrast between foreground and background audio

highDisplayContrast

High contrast between foreground text and background.

largePrint

Large print.

signLanguage

Sign language.

tactileGraphics

Tactile graphics included.

tactileObjects

Tactile 3D objects.

textToSpeechHinting

Text-to-speech hinting provided.

Constructors

Link copied to clipboard
constructor(pageBreakMarkers: Boolean = false, aria: Boolean = false, audioDescriptions: Boolean = false, braille: Boolean = false, rubyAnnotations: Boolean = false, fullRubyAnnotations: Boolean = false, highAudioContrast: Boolean = false, highDisplayContrast: Boolean = false, largePrint: Boolean = false, signLanguage: Boolean = false, tactileGraphics: Boolean = false, tactileObjects: Boolean = false, textToSpeechHinting: Boolean = false)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Indicates whether no additional information is provided.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val shouldDisplay: Boolean

Indicates whether this display field should be rendered in the user interface, because it contains useful information.

Link copied to clipboard
Link copied to clipboard

List of accessibility claims to display for this field.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun localizedTitle(context: Context): String

Localized title for this display field, for example to use as a section header.