Share via


FormRecognizerFeature type

Funzionalità del componente aggiuntivo (funzionalità) che possono essere abilitate per la richiesta.

Per altre informazioni sulle funzionalità disponibili in Riconoscimento modulo, vedere la documentazione del servizio:

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

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