Share via


SpeechConfig.SetServiceProperty メソッド

定義

新しいサービス機能のプレビューを有効にします。

public void SetServiceProperty (string name, string value, Microsoft.CognitiveServices.Speech.ServicePropertyChannel channel);
member this.SetServiceProperty : string * string * Microsoft.CognitiveServices.Speech.ServicePropertyChannel -> unit
Public Sub SetServiceProperty (name As String, value As String, channel As ServicePropertyChannel)

パラメーター

name
String

プロパティ名。

value
String

プロパティ値。

channel
ServicePropertyChannel

指定したプロパティをサービスに渡すために使用されるチャネル。

注釈

プレビュー段階にあり、まだ一般公開されていないサービスを構成するために使用されます。 この方法は、プレビュー サービスの一部のサンプルに表示される場合があります。

適用対象