Search Results for

    Show / Hide Table of Contents

    Class SegmentationHint

    Information on how specific tags should be segmented.

    Inheritance
    System.Object
    SegmentationHint
    Namespace: Sdl.Core.Bcm.BcmModel
    Assembly: Sdl.Core.Bcm.BcmModel.dll
    Syntax
    public sealed class SegmentationHint : Enum

    Fields

    Exclude

    The tag will be excluded from a segment, even if this means changing the segmentation. This is used for sub-content processing.

    Declaration
    public const SegmentationHint Exclude
    Field Value
    Type Description
    SegmentationHint

    Include

    If possible, the segmentation engine should always include this tag inside a segment.

    Declaration
    public const SegmentationHint Include
    Field Value
    Type Description
    SegmentationHint

    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).

    Declaration
    public const SegmentationHint IncludeWithText
    Field Value
    Type Description
    SegmentationHint

    MayExclude

    The tag may be left outside of the segment, e.g. if it appears at a segment boundary.

    Declaration
    public const SegmentationHint MayExclude
    Field Value
    Type Description
    SegmentationHint

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    On this page

    Back to top Generated by DocFX