Enum TextContextMatchLevel
Used with textual context matches to indicate the level of matching.
Namespace: Sdl.Core.Bcm.BcmModel
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[JsonConverter(typeof(EnumConverter), new object[] { TextContextMatchLevel.None })]
public enum TextContextMatchLevel
Fields
| Name | Description |
|---|---|
| None | The textual context does not match. |
| Source | Source content matches with surrounding source content. |
| SourceAndTarget | Source and target matches surrounding source and target content. |