SemanticErrorReason 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.
Reason that a partial response was returned for a semantic ranking request.
public readonly struct SemanticErrorReason : IEquatable<Azure.Search.Documents.Models.SemanticErrorReason>
type SemanticErrorReason = struct
Public Structure SemanticErrorReason
Implements IEquatable(Of SemanticErrorReason)
- Inheritance
-
SemanticErrorReason
- Implements
Constructors
SemanticErrorReason(String) |
Initializes a new instance of SemanticErrorReason. |
Properties
CapacityOverloaded |
The request was throttled. Only the base results were returned. |
MaxWaitExceeded |
If |
Transient |
At least one step of the semantic process failed. |
Methods
Equals(SemanticErrorReason) |
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(SemanticErrorReason, SemanticErrorReason) |
Determines if two SemanticErrorReason values are the same. |
Implicit(String to SemanticErrorReason) |
Converts a string to a SemanticErrorReason. |
Inequality(SemanticErrorReason, SemanticErrorReason) |
Determines if two SemanticErrorReason values are not the same. |
Applies to
Azure SDK for .NET