You are here: Start » AVL.NET » LocateTextModelId Constructor

LocateTextModelId Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public LocateTextModelId
(
	NullableRef<string> modelDirectory,
	AvlNet.LocateTextPretrainedModel pretrainedModel,
	AvlNet.DeviceKind? deviceType,
	int deviceIndex
)

Parameters

Name Type Range Default Description
modelDirectoryAvlNet.NullableRef<string>
pretrainedModelAvlNet.LocateTextPretrainedModel
deviceTypeAvlNet.DeviceKind?
deviceIndexint

See also