Codeunit 2020 Image Analysis Management in 20
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Initialize | () | public | - | |
| SetMedia | (Guid) | public | - | |
| SetImagePath | (Text) | public | - | |
| SetBlob | (Codeunit Temp Blob) | public | - | |
| SetUriAndKey | (Text, Text) | 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 | - | |
| GetImageAnalysisCredentials | (var Text, var Text, var Option, var Integer) | Boolean | public | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeImageAnalysis | () | - |
| Integration event | OnAfterImageAnalysis | (Codeunit Image Analysis Result) | - |