Skip to content

Commit

Permalink
Set the correct property (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhurey committed Feb 11, 2020
1 parent 1e06e0f commit 7cc383f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/SpeechTranslationConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export class SpeechTranslationConfigImpl extends SpeechTranslationConfig {
* @public
*/
public set endpointId(value: string) {
this.privSpeechProperties.setProperty(PropertyId.SpeechServiceConnection_Endpoint, value);
this.privSpeechProperties.setProperty(PropertyId.SpeechServiceConnection_EndpointId, value);
}

/**
Expand Down

0 comments on commit 7cc383f

Please sign in to comment.