ContentExtractorFactoryValidateCustomEntityDefinitions Method |
Namespace: OpenDiscoverSDKAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic static List<string> ValidateCustomEntityDefinitions(
List<CustomEntityDefinition> customEntityDefinitions
)
Parameters
- customEntityDefinitions ListCustomEntityDefinition
- A list of user defined CustomEntityDefinition to detect in extracted text and metadata.
Return Value
ListStringA list of errors, if returned list has Count of zero, then all CustomEntityDefinition objects were successfully validate; Otherwise the list will contain one or more errors.
See Also