You are here: Start » AVL.NET » LocateObjectsModelId Class

LocateObjectsModelId Class

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

Identifier of Locate Objects model.

Constructors

 ConstructorDescription
LocateObjectsModelId(String, Nullable<DeviceKind>, Int32)
LocateObjectsModelId()

Properties

 NameTypeDescription
DeviceIndexSystem.Int32An index of a device selected for deploying and executing the model.
DeviceTypeSystem.Nullable<AvlNet.DeviceKind>A type of a device selected for deploying and executing the model. If not set, device is selected depending on version (CPU/GPU) of installed Deep Learning add-on.
ModelDirectorySystem.StringA Locate Objects model stored in a specific disk directory.

Methods

 NameDescription
Equals(AvlNet.LocateObjectsModelId)
Equals(object)Inherited from System.Object
Equals(AvlNet.LocateObjectsModelId, AvlNet.LocateObjectsModelId)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also