SemanticFieldState 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 way the field was used for the semantic enrichment process.
public readonly struct SemanticFieldState : IEquatable<Azure.Search.Documents.Models.SemanticFieldState>
type SemanticFieldState = struct
Public Structure SemanticFieldState
Implements IEquatable(Of SemanticFieldState)
- Inheritance
-
SemanticFieldState
- Implements
Constructors
SemanticFieldState(String) |
Initializes a new instance of SemanticFieldState. |
Properties
Partial |
The field was partially used for semantic enrichment. |
Unused |
The field was not used for semantic enrichment. |
Used |
The field was fully used for semantic enrichment. |
Methods
Equals(SemanticFieldState) |
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(SemanticFieldState, SemanticFieldState) |
Determines if two SemanticFieldState values are the same. |
Implicit(String to SemanticFieldState) |
Converts a string to a SemanticFieldState. |
Inequality(SemanticFieldState, SemanticFieldState) |
Determines if two SemanticFieldState values are not the same. |
Applies to
Azure SDK for .NET