ContentExtractorFactoryNumCustomEntityDefinitionsLoaded Property |
Namespace: OpenDiscoverSDKAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic static int NumCustomEntityDefinitionsLoaded { get; }Property Value
Int32
Remarks
The custom item definitions are cached for the durat
ion of the Open Discover SDK parent process. The user can still enable/disable the detection
of custom item definitions during document content extraction using
EntityExtractionSettings property (see
property
CustomEntityExtractionEnabled).
See Also