Sdílet prostřednictvím


RankerKind Struct

Definition

Type of ranker to be used.

public readonly struct RankerKind : IEquatable<Azure.AI.Language.QuestionAnswering.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