次の方法で共有


VoiceProfilePhraseCancellationDetails.FromResult メソッド

定義

取り消されたアクティブ化フレーズの結果の詳細を表す オブジェクトを作成します。

public static Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseCancellationDetails FromResult (Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseResult result);
static member FromResult : Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseResult -> Microsoft.CognitiveServices.Speech.Speaker.VoiceProfilePhraseCancellationDetails
Public Shared Function FromResult (result As VoiceProfilePhraseResult) As VoiceProfilePhraseCancellationDetails

パラメーター

result
VoiceProfilePhraseResult

音声プロファイル フレーズの結果オブジェクト。

戻り値

音声プロファイル フレーズキャンセルの詳細オブジェクト。

適用対象