Class TranscriptFilter
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class TranscriptFilter
Properties
| Edit this page View SourceAbsoluteTimeRange
Optional. Makes it possible to specify a time range (in milliseconds) in your audio, during which you want to search for the specified key words or phrases. See AbsoluteTimeRange for more detail.
Declaration
public AbsoluteTimeRange AbsoluteTimeRange { get; set; }
Property Value
| Type | Description |
|---|---|
| AbsoluteTimeRange |
Negate
Optional. Set to TRUE to flag the absence of the phrase that you specified in your request. Set to FALSE to flag the presence of the phrase that you specified in your request.
Declaration
public bool? Negate { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ParticipantRole
Optional. Specify the participant that you want to flag. Omitting this parameter is equivalent to specifying both participants.
Declaration
public string ParticipantRole { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RelativeTimeRange
Optional. Makes it possible to specify a time range (in percentage) in your media file, during which you want to search for the specified key words or phrases. See RelativeTimeRange for more detail.
Declaration
public RelativeTimeRange RelativeTimeRange { get; set; }
Property Value
| Type | Description |
|---|---|
| RelativeTimeRange |
Targets
Required. Specify the phrases that you want to flag.
Declaration
public string[] Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
TranscriptFilterType
Required. Flag the presence or absence of an exact match to the phrases that you specify. For example, if you specify the phrase "speak to a manager" as your Targets value, only that exact phrase is flagged.
Note that semantic matching is not supported. For example, if your customer says "speak to the manager", instead of "speak to a manager", your content is not flagged.
Declaration
public string TranscriptFilterType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |