C#
C++/CLI
Python
[FlagsAttribute()]
public enum MrcCombineSegmentFlags
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. |