FormRecognizerFeature type
Add-on capabilities (features) that can be enabled for the request.
For more information about the features available in Form Recognizer, see the service documentation:
type FormRecognizerFeature =
| (typeof FormRecognizerFeature)[keyof typeof FormRecognizerFeature]
| (string & {})