Click or drag to resize

LanguageIdSettings Class

Extracted text language identification settings.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.SettingsLanguageIdSettings

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class LanguageIdSettings

The LanguageIdSettings type exposes the following members.

Constructors
 NameDescription
Public methodLanguageIdSettings Constructor.
Top
Properties
 NameDescription
Public propertyIdentifyLanguages Determines if languages present in extract text are to be identified by content extractors.
Public propertyLatinScriptRegionPartitionSize Used by language identification algorithm, see IdentifyLanguages, to partition detected Latin script regions into smaller character ranges of this size.
Public propertyMaxLanguageIdCharacters Maximum number of characters in extracted text to use for language identification.
Public propertyPartitionLatinScriptRegions Determines if Latin script regions detected during the language identification process (see IdentifyLanguages) are partitioned into smaller regions of LatinScriptRegionPartitionSize number of characters.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks

If ExtractionType is set to MetadataOnly then the properties of this class are ignored because no text is extracted in metadata only mode.

See Also