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