QuestionAnsweringAudience 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.
Cloud audiences available for QuestionAnswering.
public readonly struct QuestionAnsweringAudience : IEquatable<Azure.AI.Language.QuestionAnswering.QuestionAnsweringAudience>
type QuestionAnsweringAudience = struct
Public Structure QuestionAnsweringAudience
Implements IEquatable(Of QuestionAnsweringAudience)
- Inheritance
-
QuestionAnsweringAudience
- Implements
Constructors
QuestionAnsweringAudience(String) |
Initializes a new instance of the QuestionAnsweringAudience object. |
Properties
AzureChina |
Azure China. |
AzureGovernment |
Azure Government. |
AzurePublicCloud |
Azure Public Cloud. |
Methods
Equals(QuestionAnsweringAudience) |
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(QuestionAnsweringAudience, QuestionAnsweringAudience) |
Determines if two QuestionAnsweringAudience values are the same. |
Implicit(String to QuestionAnsweringAudience) |
Converts a string to a QuestionAnsweringAudience. |
Inequality(QuestionAnsweringAudience, QuestionAnsweringAudience) |
Determines if two QuestionAnsweringAudience values are not the same. |