Class Transcript.Item
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class Transcript.Item
Properties
| Edit this page View SourceConfidence
The confidence score of the item.
Declaration
public double Confidence { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Content
The content of the item.
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTime
The end time of the item.
Declaration
public double EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Speaker
The speaker identifier.
Declaration
public string Speaker { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Stable
Whether the result is stable.
Declaration
public bool Stable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
StartTime
The start time of the item.
Declaration
public double StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Type
The type of the item.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VocabularyFilterMatch
Whether the item matches a vocabulary filter.
Declaration
public bool VocabularyFilterMatch { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |