共用方式為


FormRecognizerFeature type

附加元件功能 (可針對要求啟用的功能) 。

如需表格辨識器中可用功能的詳細資訊,請參閱服務檔:

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

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