AiServerInitializationExtension - конструктор
An extension that initialize AI base options.
Пространство имён: Tessa.Extensions.Platform.Server.InitializationСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public AiServerInitializationExtension(
ILicenseManager licenseManager,
IAiSettingsProvider aiSettingsProvider
)
Public Sub New (
licenseManager As ILicenseManager,
aiSettingsProvider As IAiSettingsProvider
)
public:
AiServerInitializationExtension(
ILicenseManager^ licenseManager,
IAiSettingsProvider^ aiSettingsProvider
)
new :
licenseManager : ILicenseManager *
aiSettingsProvider : IAiSettingsProvider -> AiServerInitializationExtension
Параметры
- licenseManager ILicenseManager
Объект, предоставляющий доступ к лицензии.
- aiSettingsProvider IAiSettingsProvider
Провайдер для работы с глобальными настройками ИИ.