LanguageIdSettingsIdentifyLanguages Property |
Determines if languages present in extract text are to be identified by content extractors.
Namespace: OpenDiscoverSDK.Interfaces.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public bool IdentifyLanguages { get; set; }Property Value
Boolean
RemarksIf 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