ConversationAuthoringCompositionMode 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 ConversationAuthoringCompositionMode.
public readonly struct ConversationAuthoringCompositionMode : IEquatable<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringCompositionMode>
type ConversationAuthoringCompositionMode = struct
Public Structure ConversationAuthoringCompositionMode
Implements IEquatable(Of ConversationAuthoringCompositionMode)
- Inheritance
-
ConversationAuthoringCompositionMode
- Implements
Constructors
ConversationAuthoringCompositionMode(String) |
Initializes a new instance of ConversationAuthoringCompositionMode. |
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. |
RequireExactOverlap |
All components must overlap at the exact same characters in the text for the entity to return. If one of the defined components is not matched or predicted, the entity will not return. |
ReturnLongestOverlap |
When two or more components are found in the text and overlap, the component with the longest set of characters is returned. |
SeparateComponents |
Every component's match or prediction is returned as a separate instance of the entity. |
Methods
Equals(ConversationAuthoringCompositionMode) |
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(ConversationAuthoringCompositionMode, ConversationAuthoringCompositionMode) |
Determines if two ConversationAuthoringCompositionMode values are the same. |
Implicit(String to ConversationAuthoringCompositionMode) |
Converts a String to a ConversationAuthoringCompositionMode. |
Inequality(ConversationAuthoringCompositionMode, ConversationAuthoringCompositionMode) |
Determines if two ConversationAuthoringCompositionMode values are not the same. |