FormRecognizerFeature type

要求に対して有効にできるアドオン機能 (機能)。

Form Recognizerで使用できる機能の詳細については、サービスのドキュメントを参照してください。

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

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