FormRecognizer..::..CreateAndReadDocument Method
Function to create and read document with Azure Form Recognizer
Namespace:
FLEXYGOAssembly: flxSysProcess (in flxSysProcess.dll)
Syntax
public static bool CreateAndReadDocument( EntityObject Entity, ref ProcessManager..::..ProcessHelper Ret, Object Files, Object ModelId, ref IRestResponse Response )
Public Shared Function CreateAndReadDocument ( _ Entity As EntityObject, _ ByRef Ret As ProcessManager..::..ProcessHelper, _ Files As Object, _ ModelId As Object, _ ByRef Response As IRestResponse _ ) As Boolean
Parameters
- Entity
- Type: FLEXYGO.Objects..::..EntityObject
- Files
- Type: Object
- ModelId
- Type: Object
- Response
- Type: IRestResponse%