ITranslatorService.SubscriptionKey Property

Definition

Gets or sets the Subscription key that is necessary to use Microsoft Translator Service.

public string SubscriptionKey { get; set; }
member this.SubscriptionKey : string with get, set
Public Property SubscriptionKey As String

Property Value

The Subscription Key.

Remarks

You must register Microsoft Translator on https://portal.azure.com/#create/Microsoft.CognitiveServices/apitype/TextTranslation to obtain the Subscription key needed to use the service.

Applies to