FormRecognizer..::..ReadDocument Method
Function to read document with Azure Form Recognizer
Namespace:
FLEXYGOAssembly: flxSysProcess (in flxSysProcess.dll)
Syntax
public static bool ReadDocument( EntityObject Entity, ref ProcessManager..::..ProcessHelper Ret, string EndPoint, string SubscriptionKey, string SasUrl, ref IRestResponse Response )
Public Shared Function ReadDocument ( _ Entity As EntityObject, _ ByRef Ret As ProcessManager..::..ProcessHelper, _ EndPoint As String, _ SubscriptionKey As String, _ SasUrl As String, _ ByRef Response As IRestResponse _ ) As Boolean
Parameters
- Entity
- Type: FLEXYGO.Objects..::..EntityObject
- EndPoint
- Type: String
- SubscriptionKey
- Type: String
- SasUrl
- Type: String
- Response
- Type: IRestResponse%