MrcCombineSegmentFlags Enumeration
Summary
Flag that indicates how segments will be combined.
Syntax
[FlagsAttribute()]
public enum MrcCombineSegmentFlags
[FlagsAttribute()]
public enum class MrcCombineSegmentFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
class MrcCombineSegmentFlags(Enum):
CombineForce = 0
ForeSimilar = 1
TryFactor = 2
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. |