Class Transcript.Alternative
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class Transcript.Alternative
Properties
| Edit this page View SourceEntities
The list of identified entities.
Declaration
public Transcript.Entity[] Entities { get; set; }
Property Value
| Type | Description |
|---|---|
| Entity[] |
Items
The list of items in the alternative.
Declaration
public Transcript.Item[] Items { get; set; }
Property Value
| Type | Description |
|---|---|
| Item[] |
Transcript
The transcript text.
Declaration
public string Transcript { get; set; }
Property Value
| Type | Description |
|---|---|
| string |