Language |
[DataContractAttribute] public class LanguageIdSettings
The LanguageIdSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| LanguageIdSettings | Constructor. |
| Name | Description | |
|---|---|---|
| IdentifyLanguages | Determines if languages present in extract text are to be identified by content extractors. | |
| LatinScriptRegionPartitionSize | Used by language identification algorithm, see IdentifyLanguages, to partition detected Latin script regions into smaller character ranges of this size. | |
| MaxLanguageIdCharacters | Maximum number of characters in extracted text to use for language identification. | |
| PartitionLatinScriptRegions | Determines if Latin script regions detected during the language identification process (see IdentifyLanguages) are partitioned into smaller regions of LatinScriptRegionPartitionSize number of characters. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
If ExtractionType is set to MetadataOnly then the properties of this class are ignored because no text is extracted in metadata only mode.