

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

# Entity
<a name="API_streaming_Entity"></a>

在轉錄輸出中包含識別為個人身分識別資訊 (PII) 的實體，以及各種相關聯的屬性。範例包括類別、置信度分數、類型、穩定性分數，以及開始和結束時間。

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

 ** Category **   <a name="transcribe-Type-streaming_Entity-Category"></a>
識別的資訊類別。唯一的類別是`PII`.  
類型：字串  
必要：否

 ** Confidence **   <a name="transcribe-Type-streaming_Entity-Confidence"></a>
與音訊中識別的 PII 實體相關聯的可信度分數。  
信賴度分數是介於 0 和 1 之間的值。較大的值表示識別的實體與媒體中所說的實體正確匹配的可能性越高。  
類型：Double  
必要：否

 ** Content **   <a name="transcribe-Type-streaming_Entity-Content"></a>
識別為 PII 的字或單字。  
類型：字串  
必要：否

 ** EndTime **   <a name="transcribe-Type-streaming_Entity-EndTime"></a>
識別為 PII 的話語的結束時間 (以毫秒為單位)。  
類型：Double  
必要：否

 ** StartTime **   <a name="transcribe-Type-streaming_Entity-StartTime"></a>
識別為 PII 的話語的開始時間 (以毫秒為單位)。  
類型：Double  
必要：否

 ** Type **   <a name="transcribe-Type-streaming_Entity-Type"></a>
識別的 PII 類型。例如，`NAME` 或 `CREDIT_DEBIT_NUMBER`。  
類型：字串  
必要：否

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

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