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:

https://aka.ms/azsdk/formrecognizer/features

type FormRecognizerFeature =
  | (typeof FormRecognizerFeature)[keyof typeof FormRecognizerFeature]
  | (string & {})