---
title: allowsStructuralInput
framework: automaticassessmentconfiguration
role: symbol
role_heading: Instance Property
path: automaticassessmentconfiguration/aeassessmentconfiguration/allowsstructuralinput
---

# allowsStructuralInput

A Boolean value that indicates whether to allow Chinese and Japanese structural input during an assessment.

## Declaration

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

## Discussion

Discussion Chinese and Japanese structural input methods allow users to enter characters using component-based input. An assessment session disables structural input by default, but you can allow it by setting allowsStructuralInput to true in the AEAssessmentConfiguration instance that you use to initialize a session.
