Contents

allowsStructuralInput

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

Declaration

var allowsStructuralInput: Bool { get set }

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.