FormRecognizerFeature type

Add-On-Funktionen (Features), die für die Anforderung aktiviert werden können.

Weitere Informationen zu den in Formularerkennung verfügbaren Features finden Sie in der Dienstdokumentation:

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

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