Language Id SettingsPartition Latin Script Regions Property
Determines if Latin script regions detected during the language identification process (see IdentifyLanguages) are partitioned into smaller regions
of LatinScriptRegionPartitionSize number of words.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public bool PartitionLatinScriptRegions { get; set; }Property Value
BooleanRemarks
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