Enum SegmentationHint
Used in TagProperties
to indicate how the tag should be handled during segmentation.
Namespace: Sdl.FileTypeSupport.Framework.NativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
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. |
Undefined | The value has not been explicitly specified, or the default segmentation behavior is implied. |