AvsFilter_DL_LocateText_Deploy


Header: AVL.h
Namespace: avl
Module: DL_OCR

Loads a deep learning model and prepares its execution on a specific target device.

Syntax

void avl::AvsFilter_DL_LocateText_Deploy
(
	const atl::Optional<avl::DeviceKind::Type>& inDeviceType,
	const int inDeviceIndex,
	const atl::Optional<avl::LocateTextDeployHint>& inExecutionHint,
	avl::LocateTextModelId& outModelId
)

Parameters

Name Type Range Default Description
Input value inDeviceType const Optional<DeviceKind::Type>& NIL A type of a device selected for deploying and executing the model. If not set, device depending on version (CPU/GPU) of installed Deep Learning add-on is selected.
Input value inDeviceIndex const int 0 - 0 An index of a device selected for deploying and executing the model.
Input value inExecutionHint const Optional<LocateTextDeployHint>& NIL
Output value outModelId LocateTextModelId& Identifier of the deployed model