Enum SegmentationHint
Information on how specific tags should be segmented.
Namespace: Sdl.Core.Bcm.BcmModel
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
[JsonConverter(typeof(EnumConverter), new object[] { SegmentationHint.MayExclude })]
public enum SegmentationHint
Fields
| Name | Description |
|---|---|
| Exclude | The tag will be excluded from a segment, even if this means changing the segmentation. This is used for sub-content processing. |
| Include | If possible, the segmentation engine should always include this tag inside a segment. |
| IncludeWithText | The tag will be included in a segment if the segment also contains text content, otherwise it will not be included in a segment (in order to prevent segment-only tags). |
| MayExclude | The tag may be left outside of the segment, e.g. if it appears at a segment boundary. |