ContentExtractorFactoryNumCustomEntityDefinitionsLoaded Property

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

Definition

Namespace: OpenDiscoverSDK
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
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