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