Click or drag to resize

LanguageIdSettingsIdentifyLanguages Property

Determines if languages present in extract text are to be identified by content extractors.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool IdentifyLanguages { get; set; }

Property Value

Boolean
Remarks

If set to true, SDK will attempt to identify language regions in extracted text.

Language identification is never performed for text obtained for unsupported types by binary-to-text filtering. Most binary-to-text filtered text will be 'noisy' and will not give meaningful language identification results.

See Also