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