SpeechConfig.SetServiceProperty Method
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.
Enables preview of new service features.
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)
Parameters
- name
- String
The property name.
- value
- String
The property value.
- channel
- ServicePropertyChannel
The channel used to pass the specified property to service.
Remarks
Used to configure services that are in Preview, and are not yet Generally Available. This method might appear in some samples of preview services.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET