Which type should I use in manifest?

I use activeInputModes in my app. I require the users to use English keyboard on one view controller in my app. At that page, I access the activeInputModes and return the English system keyboard. I don't customize the keyboard. Which one should I choose?

In your NSPrivacyAccessedAPITypeReasons array, supply the relevant values from the list below.

3EC4.1 Declare this reason if your app is a custom keyboard app, and you access this API category to determine the keyboards that are active on the device.

Providing a systemwide custom keyboard to the user must be the primary functionality of the app.

Information accessed for this reason, or any derived information, may not be sent off-device.

54BD.1 Declare this reason to access active keyboard information to present the correct customized user interface to the person using the device. The app must have text fields for entering or editing text and must behave differently based on active keyboards in a way that is observable to users.

Anyone can help on this? Thank you!

Which type should I use in manifest?
 
 
Q