Click or drag to resize

LanguageIdSettingsPartitionLatinScriptRegions Property

Determines if Latin script regions detected during the language identification process (see IdentifyLanguages) are partitioned into smaller regions of LatinScriptRegionPartitionSize number of characters.

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

Property Value

Boolean
Remarks

This property is ignored if IdentifyLanguages is false.

For more information, see remarks for property LatinScriptRegionPartitionSize.

It is not recommended to break detected Latin script regions into smaller script regions in order to detect potentially multiple Latin script based languages. Doing so may lead to poor language identification for Latin script regions. This property and property LatinScriptRegionPartitionSize are provided to allow users to decide what is best for their particular needs.

Default property value: false

See Also