Enum SegmentElement.Similarity
A similarity level between segment elements.
Namespace: Sdl.LanguagePlatform.Core
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public enum SimilarityFields
| Name | Description | 
|---|---|
| IdenticalType | The items are of the same type (e.g. numbers), but their value differs | 
| IdenticalValueAndType | The items are of the same type (e.g. numbers), and their value is identical or near-identical | 
| None | The items are not similar to each other |