Click or drag to resize

ContentExtractorFactoryNumCustomEntityDefinitionsLoaded Property

The count of CustomEntityDefinition items previously loaded via static method LoadCustomEntityDefinitions(ListCustomEntityDefinition).

Namespace: OpenDiscoverSDK
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public 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