TextAuthoringCompositionMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The TextAuthoringCompositionMode.
public readonly struct TextAuthoringCompositionMode : IEquatable<Azure.AI.Language.Text.Authoring.TextAuthoringCompositionMode>
type TextAuthoringCompositionMode = struct
Public Structure TextAuthoringCompositionMode
Implements IEquatable(Of TextAuthoringCompositionMode)
- Inheritance
-
TextAuthoringCompositionMode
- Implements
Constructors
TextAuthoringCompositionMode(String) |
Initializes a new instance of TextAuthoringCompositionMode. |
Properties
CombineComponents |
When two or more components are found in the text and overlap, the components' spans are merged together into one span combining all of them. |
SeparateComponents |
Every component's match or prediction is returned as a separate instance of the entity. |
Methods
Equals(TextAuthoringCompositionMode) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(TextAuthoringCompositionMode, TextAuthoringCompositionMode) |
Determines if two TextAuthoringCompositionMode values are the same. |
Implicit(String to TextAuthoringCompositionMode) |
Converts a String to a TextAuthoringCompositionMode. |
Inequality(TextAuthoringCompositionMode, TextAuthoringCompositionMode) |
Determines if two TextAuthoringCompositionMode values are not the same. |