VoiceProfileClient クラス

定義

一意で識別可能な人間の声を表す音声プロファイルを作成および管理します。 これらのプロファイルは、個々の登録された話者を識別し、音声認識エクスペリエンスをカスタマイズするために使用されます。 1.12.0 で追加されました

public sealed class VoiceProfileClient : Microsoft.CognitiveServices.Speech.Internal.DisposableBase
type VoiceProfileClient = class
    inherit DisposableBase
Public NotInheritable Class VoiceProfileClient
Inherits DisposableBase
継承
Microsoft.CognitiveServices.Speech.Internal.DisposableBase
VoiceProfileClient

注釈

Speaker Recognition の概要」も参照してください。

コンストラクター

VoiceProfileClient(SpeechConfig)

VoiceProfileClient のインスタンスを作成します。

プロパティ

Properties

のこのインスタンスに対して定義されているプロパティとその値の VoiceProfileClientコレクションを取得します。

メソッド

CreateProfileAsync(VoiceProfileType, String)

非同期操作として音声プロファイルを作成します。

DeleteProfileAsync(VoiceProfile)

音声プロファイルを非同期的に削除します。

EnrollProfileAsync(VoiceProfile, AudioConfig)

音声プロファイルを非同期的に登録します。

GetActivationPhrasesAsync(VoiceProfileType, String)

音声プロファイルのアクティブ化フレーズの結果を非同期操作として取得します。

GetAllProfilesAsync(VoiceProfileType)

特定のプロファイルの種類のすべての音声プロファイルを取得します。

ResetProfileAsync(VoiceProfile)

音声プロファイルを非同期的にリセットします。

RetrieveEnrollmentResultAsync(VoiceProfile)

音声プロファイルに関連付けられている登録結果を取得します。

適用対象