SpeechConfig.AuthorizationToken Property
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.
Gets or sets the authorization token.
public string AuthorizationToken { get; set; }
member this.AuthorizationToken : string with get, set
Public Property AuthorizationToken As String
Property Value
Remarks
You must assure that the authorization token is valid. Before the authorization token expires, you need to refresh it by calling this setter with a new valid token. Configuration values are copied when creating a new recognizer, so the new token value will not apply to recognizers that have already been created. For recognizers that have been created before, you need to set the authorization token of the corresponding recognizer to refresh the token. Otherwise, the recognizers will trigger errors during recognition. Changed in 1.3.0
Applies to
Azure SDK for .NET