次の方法で共有


VoiceProfile クラス

定義

話者の固有の音声を表します。 1.12.0 で追加されました

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

注釈

話者認識の概要」も参照してください。

コンストラクター

VoiceProfile(String, VoiceProfileType)

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

プロパティ

Id

音声プロファイル識別子を取得します。

Type

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

適用対象