MatchingPolicyFieldsType 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.
Fields to be considred for matching policy.
public readonly struct MatchingPolicyFieldsType : IEquatable<Azure.AI.Language.QuestionAnswering.Inference.MatchingPolicyFieldsType>
type MatchingPolicyFieldsType = struct
Public Structure MatchingPolicyFieldsType
Implements IEquatable(Of MatchingPolicyFieldsType)
- Inheritance
-
MatchingPolicyFieldsType
- Implements
Constructors
| Name | Description |
|---|---|
| MatchingPolicyFieldsType(String) |
Initializes a new instance of MatchingPolicyFieldsType. |
Properties
| Name | Description |
|---|---|
| Answer |
Include 'Answer' field. |
| Questions |
Include 'Questions' field. |
Methods
| Name | Description |
|---|---|
| Equals(MatchingPolicyFieldsType) |
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
| Name | Description |
|---|---|
| Equality(MatchingPolicyFieldsType, MatchingPolicyFieldsType) |
Determines if two MatchingPolicyFieldsType values are the same. |
| Implicit(String to MatchingPolicyFieldsType) |
Converts a String to a MatchingPolicyFieldsType. |
| Inequality(MatchingPolicyFieldsType, MatchingPolicyFieldsType) |
Determines if two MatchingPolicyFieldsType values are not the same. |