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