次の方法で共有


VoiceProfile(String, VoiceProfileType) コンストラクター

定義

VoiceProfile インスタンスを作成します。

public VoiceProfile (string id, Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType type = Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType.TextIndependentIdentification);
new Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile : string * Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType -> Microsoft.CognitiveServices.Speech.Speaker.VoiceProfile
Public Sub New (id As String, Optional type As VoiceProfileType = Microsoft.CognitiveServices.Speech.Speaker.VoiceProfileType.TextIndependentIdentification)

パラメーター

id
String

一意の ID。

type
VoiceProfileType

VoiceProfileType。

適用対象