---
title: allowsAccessibilityVoiceOver
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsaccessibilityvoiceover
---

# allowsAccessibilityVoiceOver

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

## Declaration

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

## Discussion

Discussion Users can enable VoiceOver in the Settings app (Accessibility > VoiceOver) to receive spoken descriptions of on-screen elements and gestures for navigating the interface. An assessment session does not disable VoiceOver by default, but you can disable it by setting allowsAccessibilityVoiceOver to NO in the AEAssessmentConfiguration instance that you use to initialize a session.
