Codeunit 2020 Image Analysis Management in 28
- App
- Base Application
- Namespace
- System.AI
Versions171819202122232425262728latest
Source29
Procedures, 24
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Initialize | () | public | - | |
| SetMedia | (Guid) | public | - | |
| SetImagePath | (Text) | public | - | |
| SetBlob | (Codeunit Temp Blob) | public | - | |
| SetLimitInYears | (Integer) | public | - | |
| SetLimitInMonths | (Integer) | public | - | |
| SetLimitInDays | (Integer) | public | - | |
| SetLimitInHours | (Integer) | public | - | |
| AnalyzeTags | (var Codeunit Image Analysis Result) | Boolean | public | - |
| AnalyzeColors | (var Codeunit Image Analysis Result) | Boolean | public | - |
| AnalyzeFaces | (var Codeunit Image Analysis Result) | Boolean | public | - |
| SetHttpMessageHandler | (DotNet HttpMessageHandler) | public | - | |
| GetLastError | (var Text, var Boolean) | Boolean | public | - |
| GetNoImageErr | () | Text | public | - |
| HasError | () | Boolean | public | - |
| GetLimitParams | (var Option, var Integer) | public | - | |
| Initialize | (Enum Image Analysis Provider) | public | - | |
| Analyze | (var Codeunit Image Analysis Result, Enum Image Analysis Type) | Boolean | public | - |
| Analyze | (var Codeunit Image Analysis Result, List) | Boolean | public | - |
| GetTelemetryCategory | () | Text | public | - |
| IsCurrentUserLanguageSupported | (List) | Boolean | public | - |
| ToCommaSeparatedList | (List) | Text | internal | - |
| SetUriAndKey | (Text, SecretText) | public | - | |
| GetImageAnalysisCredentials | (var SecretText, var Text, var Option, var Integer) | Boolean | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeImageAnalysis | () | - |
| Integration event | OnAfterImageAnalysis | (Codeunit Image Analysis Result) | - |
| Internal event | OnBeforeSendImageAnalysisRequest | (HttpContent, Text, var Integer, var Text, var Boolean) | - |