TextAnalyticsClientOptions.Audience Property

Definition

Gets or sets the Audience to use for authentication with Azure Active Directory (AAD). The audience is not considered when using a shared key.

public Azure.AI.TextAnalytics.TextAnalyticsAudience? Audience { get; set; }
member this.Audience : Nullable<Azure.AI.TextAnalytics.TextAnalyticsAudience> with get, set
Public Property Audience As Nullable(Of TextAnalyticsAudience)

Property Value

If null, AzurePublicCloud will be assumed.

Applies to