Class ChannelDefinition
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class ChannelDefinition
Properties
| Edit this page View SourceChannelId
Required. Specify the audio channel you want to define.
Declaration
public int ChannelId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Remarks
Valid Range: Minimum value of 0. Maximum value of 1.
ParticipantRole
Required. Specify the speaker you want to define. Omitting this parameter is equivalent to specifying both participants.
Declaration
public string ParticipantRole { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Remarks
Valid Values: AGENT | CUSTOMER