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