You are here: Start » AVLDL.DL_ReadCharacters_Quantized_Deploy Method

AVLDL.DL_ReadCharacters_Quantized_Deploy Method

Namespace:AvlNet.DeepLearning
Assembly:AvlDl.Net.dll

Syntax

public static void DL_ReadCharacters_Quantized_Deploy
(
	NullableRef<string> inModelDirectory,
	AvlNet.OcrPretrainedModelQuantized inPretrainedModelType,
	AvlNet.DeviceKind? inDeviceType,
	int inDeviceIndex,
	AvlNet.OcrDeployHint? inExecutionHint,
	out AvlNet.ReadCharactersModelId outModelId
)

Parameters

Name Type Range Default Description
inModelDirectoryAvlNet.NullableRef<string>
inPretrainedModelTypeAvlNet.OcrPretrainedModelQuantized
inDeviceTypeAvlNet.DeviceKind?
inDeviceIndexint
inExecutionHintAvlNet.OcrDeployHint?
outModelIdAvlNet.ReadCharactersModelId

Function Overrides

See also