IntentRecognitionResult クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
意図認識の結果が含まれます。
public sealed class IntentRecognitionResult : Microsoft.CognitiveServices.Speech.RecognitionResult
type IntentRecognitionResult = class
inherit RecognitionResult
Public NotInheritable Class IntentRecognitionResult
Inherits RecognitionResult
- 継承
プロパティ
Duration |
認識された音声の期間。 これには、末尾または先頭の無音は含まれません。 (継承元 RecognitionResult) |
Entities |
発話で見つかったエンティティを取得します。 |
IntentId |
認識される意図識別子を表す文字列。 |
OffsetInTicks |
認識された音声のティック単位でのオフセット。 1 ティックは、100 ナノ秒または 1,000 万分の 1 秒を表します。 (継承元 RecognitionResult) |
Properties |
結果のプロパティが含まれます。 (継承元 RecognitionResult) |
Reason |
音声認識結果の状態を指定します。 (継承元 RecognitionResult) |
ResultId |
結果識別子を指定します。 (継承元 RecognitionResult) |
Text |
認識されたテキストを結果に表示します。 (継承元 RecognitionResult) |
メソッド
ToString() |
意図認識の結果を表す文字列を返します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET