AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Flag the presence or absence of periods of silence in your Call Analytics transcription output.

Rules using NonTalkTimeFilter are designed to match:

See Rule criteria for post-call categories for usage examples.

Inheritance Hierarchy

System.Object
  Amazon.TranscribeService.Model.NonTalkTimeFilter

Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z

Syntax

C#
public class NonTalkTimeFilter

The NonTalkTimeFilter type exposes the following members

Constructors

NameDescription
Public Method NonTalkTimeFilter()

Properties

NameTypeDescription
Public Property AbsoluteTimeRange Amazon.TranscribeService.Model.AbsoluteTimeRange

Gets and sets the property AbsoluteTimeRange.

Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for a period of silence. See for more detail.

Public Property Negate System.Boolean

Gets and sets the property Negate.

Set to TRUE to flag periods of speech. Set to FALSE to flag periods of silence

Public Property RelativeTimeRange Amazon.TranscribeService.Model.RelativeTimeRange

Gets and sets the property RelativeTimeRange.

Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for a period of silence. See for more detail.

Public Property Threshold System.Int64

Gets and sets the property Threshold.

Specify the duration, in milliseconds, of the period of silence that you want to flag. For example, you can flag a silent period that lasts 30,000 milliseconds.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5