Input

The name of the track that contains the audio records to redact.

Specify the name of the track in the format taskName.trackName.

The input for audio redaction is usually the audio track combined with speech-to-text results by a combine event processing task:

[Combine]
Type=Combine
Input0=Default_Audio
Input1=SpeechToText.Result
TimestampCondition=start0<end1,end0>start1

[AudioRedaction]
Type=AudioRedaction
Input=Combine.Output
...
Type: String
Default:  
Required: Yes
Configuration Section: TaskName
Example: Input=Combine.Output
See Also: