{CompanyName} FlexyGo

FormRecognizer..::..CreateAndReadDocument Method

Function to create and read document with Azure Form Recognizer

Namespace:  FLEXYGO
Assembly:  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
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
Files
Type: Object
ModelId
Type: Object
Response
Type: IRestResponse%

Return Value

true if XXXX, false otherwise.