

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# InterruptionFilter
<a name="API_InterruptionFilter"></a>

在 Call Analytics 转录输出中标记是否存在中断。

使用的规则`InterruptionFilter`旨在匹配：
+ 代理打断客户的实例
+ 客户打断代理的实例
+ 任一参与者打断另一位参与者
+ 没有中断

有关用[法示例，请参阅通话后类别的规则标准](https://docs.aws.amazon.com/transcribe/latest/dg/tca-categories-batch.html#tca-rules-batch)。

## 目录
<a name="API_InterruptionFilter_Contents"></a>

 ** AbsoluteTimeRange **   <a name="transcribe-Type-InterruptionFilter-AbsoluteTimeRange"></a>
可以在音频中指定时间范围（以毫秒为单位），在此期间您要搜索中断情况。有关更多详细信息，请参阅[AbsoluteTimeRange](API_AbsoluteTimeRange.md)。  
类型：[AbsoluteTimeRange](API_AbsoluteTimeRange.md) 对象  
必需：否

 ** Negate **   <a name="transcribe-Type-InterruptionFilter-Negate"></a>
设置为`TRUE`，标记不包含中断的语音。设置为`FALSE`，标记包含中断的语音。  
类型：布尔值  
必需：否

 ** ParticipantRole **   <a name="transcribe-Type-InterruptionFilter-ParticipantRole"></a>
指定要标记的中断器。省略此参数等同于指定两个参与者。  
类型：字符串  
有效值:` AGENT | CUSTOMER`   
必需：否

 ** RelativeTimeRange **   <a name="transcribe-Type-InterruptionFilter-RelativeTimeRange"></a>
可以在媒体文件中指定时间范围（以百分比为单位），在此期间您要搜索中断情况。有关更多详细信息，请参阅[RelativeTimeRange](API_RelativeTimeRange.md)。  
类型：[RelativeTimeRange](API_RelativeTimeRange.md) 对象  
必需：否

 ** Threshold **   <a name="transcribe-Type-InterruptionFilter-Threshold"></a>
以毫秒为单位指定中断的持续时间。例如，您可以标记包含超过 10,000 毫秒中断的语音。  
类型：长整型  
有效范围：最小值为 0。最大值为 14400000。  
必需：否

## 另请参阅
<a name="API_InterruptionFilter_SeeAlso"></a>

有关在特定语言的 AWS 软件开发工具包中使用此 API 的更多信息，请参阅以下内容：
+  [适用于 C\$1\$1 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForCpp/transcribe-2017-10-26/InterruptionFilter) 
+  [适用于 Go 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForGoV1/transcribe-2017-10-26/InterruptionFilter) 
+  [适用于 Java V2 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForJavaV2/transcribe-2017-10-26/InterruptionFilter) 
+  [适用于 Ruby V3 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForRubyV3/transcribe-2017-10-26/InterruptionFilter) 