allowsAccessibilityLiveSpeech
A Boolean value that indicates whether to allow Live Speech during an assessment.
Declaration
var allowsAccessibilityLiveSpeech: Bool { get set }Discussion
Users can enable Live Speech in the Settings app (Accessibility > Speech > Live Speech) to type what they want to say and have it spoken aloud. An assessment session disables Live Speech by default, but you can allow it by setting allowsAccessibilityLiveSpeech to true in the AEAssessmentConfiguration instance that you use to initialize a session.