

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# UtteranceEvent
<a name="API_streaming_UtteranceEvent"></a>

包含來自一或多個音訊片段的一組轉錄結果，以及有關要求中所含參數的其他資訊。例如，頻道定義、部分結果穩定、情緒和問題偵測。

## 內容
<a name="API_streaming_UtteranceEvent_Contents"></a>

 ** BeginOffsetMillis **   <a name="transcribe-Type-streaming_UtteranceEvent-BeginOffsetMillis"></a>
從音訊串流開頭到開始的時間 (以毫秒為單位)`UtteranceEvent`。  
類型：Long  
必要：否

 ** EndOffsetMillis **   <a name="transcribe-Type-streaming_UtteranceEvent-EndOffsetMillis"></a>
從音訊串流開頭到開始的時間 (以毫秒為單位)`UtteranceEvent`。  
類型：Long  
必要：否

 ** Entities **   <a name="transcribe-Type-streaming_UtteranceEvent-Entities"></a>
在您的轉錄輸出中包含身分識別資訊 (PII)。  
類型：[CallAnalyticsEntity](API_streaming_CallAnalyticsEntity.md) 物件陣列  
必要：否

 ** IsPartial **   <a name="transcribe-Type-streaming_UtteranceEvent-IsPartial"></a>
指出中的段`UtteranceEvent`是完整的 (`FALSE`) 還是部分 (`TRUE`)。  
類型：布林值  
必要：否

 ** IssuesDetected **   <a name="transcribe-Type-streaming_UtteranceEvent-IssuesDetected"></a>
提供在指定區段中偵測到的問題。  
類型：[IssueDetected](API_streaming_IssueDetected.md) 物件陣列  
必要：否

 ** Items **   <a name="transcribe-Type-streaming_UtteranceEvent-Items"></a>
包含與指定的相關聯的文字、片語或標點符號`UtteranceEvent`。  
類型：[CallAnalyticsItem](API_streaming_CallAnalyticsItem.md) 物件陣列  
必要：否

 ** ParticipantRole **   <a name="transcribe-Type-streaming_UtteranceEvent-ParticipantRole"></a>
提供每個音訊頻道 (`CUSTOMER`或) 的揚聲器角色`AGENT`。  
類型：String  
有效值：` AGENT | CUSTOMER`  
必要：否

 ** Sentiment **   <a name="transcribe-Type-streaming_UtteranceEvent-Sentiment"></a>
提供在指定區段中偵測到的情緒。  
類型：String  
有效值：` POSITIVE | NEGATIVE | MIXED | NEUTRAL`  
必要：否

 ** Transcript **   <a name="transcribe-Type-streaming_UtteranceEvent-Transcript"></a>
包含轉錄文字。  
類型：字串  
必要：否

 ** UtteranceId **   <a name="transcribe-Type-streaming_UtteranceEvent-UtteranceId"></a>
與指定身分識別碼相關之相關之與指定的相關`UtteranceEvent`之  
類型：字串  
必要：否

## 另請參閱
<a name="API_streaming_UtteranceEvent_SeeAlso"></a>

如需在語言特定的 AWS 開發套件之一中使用此 API 的詳細資訊，請參閱下列說明：
+  [適用於 C\$1\$1 的 AWS 開發套件](https://docs.aws.amazon.com/goto/SdkForCpp/transcribe-streaming-2017-10-26/UtteranceEvent) 
+  [適用於 Go 的 AWS 開發套件](https://docs.aws.amazon.com/goto/SdkForGoV1/transcribe-streaming-2017-10-26/UtteranceEvent) 
+  [適用於 Java 的 AWS 開發套件第 2 版](https://docs.aws.amazon.com/goto/SdkForJavaV2/transcribe-streaming-2017-10-26/UtteranceEvent) 
+  [適用於 Ruby 的 AWS 開發套件第 3 版](https://docs.aws.amazon.com/goto/SdkForRubyV3/transcribe-streaming-2017-10-26/UtteranceEvent) 