Class Transcript.Result
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class Transcript.Result
Properties
| Edit this page View SourceAlternatives
The result alternatives.
Declaration
public Transcript.Alternative[] Alternatives { get; set; }
Property Value
| Type | Description |
|---|---|
| Alternative[] |
ChannelId
The channel ID of the audio.
Declaration
public string ChannelId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTime
The end time of the result.
Declaration
public double EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
IsPartial
Whether the result is partial.
Declaration
public bool IsPartial { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
LanguageCode
The language code.
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageIdentification
Language identification results.
Declaration
public Transcript.LanguageIdentification[] LanguageIdentification { get; set; }
Property Value
| Type | Description |
|---|---|
| LanguageIdentification[] |
ResultId
The ID of the result.
Declaration
public string ResultId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartTime
The start time of the result.
Declaration
public double StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| double |