QuestionAnsweringClientOptions.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.Language.QuestionAnswering.QuestionAnsweringAudience? Audience { get; set; }
member this.Audience : Nullable<Azure.AI.Language.QuestionAnswering.QuestionAnsweringAudience> with get, set
Public Property Audience As Nullable(Of QuestionAnsweringAudience)

Property Value

If null, AzurePublicCloud will be assumed.

Applies to