RankerKind 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.
Type of ranker to be used.
public readonly struct RankerKind : IEquatable<Azure.AI.Language.Conversations.Models.RankerKind>
type RankerKind = struct
Public Structure RankerKind
Implements IEquatable(Of RankerKind)
- Inheritance
-
RankerKind
- Implements
Constructors
RankerKind(String) |
Initializes a new instance of RankerKind. |
Properties
Default |
Default ranker. |
QuestionOnly |
Question only ranker. |
Methods
Equals(RankerKind) |
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(RankerKind, RankerKind) |
Determines if two RankerKind values are the same. |
Implicit(String to RankerKind) |
Converts a string to a RankerKind. |
Inequality(RankerKind, RankerKind) |
Determines if two RankerKind values are not the same. |
Applies to
Azure SDK for .NET