---
title: allowsAccessibilityLiveSpeech
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsaccessibilitylivespeech
---

# allowsAccessibilityLiveSpeech

A Boolean value that indicates whether to allow Live Speech during an assessment.

## Declaration

```swift
var allowsAccessibilityLiveSpeech: Bool { get set }
```

## Discussion

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.
