{CompanyName} FlexyGo

FormRecognizer..::..TrainModel Method

Function to train new model with Azure Form Recognizer

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static bool TrainModel(
	EntityObject Entity,
	ref ProcessManager..::..ProcessHelper Ret,
	string EndPoint,
	string SubscriptionKey,
	string SasUrl,
	ref IRestResponse Response,
	bool UseLabelFile
)
Public Shared Function TrainModel ( _
	Entity As EntityObject, _
	ByRef Ret As ProcessManager..::..ProcessHelper, _
	EndPoint As String, _
	SubscriptionKey As String, _
	SasUrl As String, _
	ByRef Response As IRestResponse, _
	UseLabelFile As Boolean _
) As Boolean

Parameters

Entity
Type: FLEXYGO.Objects..::..EntityObject
Ret
Type: FLEXYGO.Processing..::..ProcessManager..::..ProcessHelper%
EndPoint
Type: String
SubscriptionKey
Type: String
SasUrl
Type: String
Response
Type: IRestResponse%
UseLabelFile
Type: Boolean

Return Value

true if XXXX, false otherwise.