MrcCombineSegmentFlags Enumeration
Summary
Flag that indicates how segments will be combined.
Syntax
[FlagsAttribute()]
public enum MrcCombineSegmentFlags
<FlagsAttribute()>
Public Enum MrcCombineSegmentFlags
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[FlagsAttribute()]
public enum class MrcCombineSegmentFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Members
Value | Member | Description |
0x00000000 | CombineForce | Always combine segments of any type. |
0x00000001 | ForeSimilar | Always combine similar segments. |
0x00000002 | TryFactor | Use the factor parameter in the MrcSegmenter.CombineSegments method to determine similarity, and combine similar segments. |