Class Transcript.Entity
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class Transcript.Entity
Properties
| Edit this page View SourceCategory
The category of the entity.
Declaration
public string Category { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Confidence
The confidence score of the entity.
Declaration
public double Confidence { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Content
The content of the entity.
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndTime
The end time of the entity.
Declaration
public double EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
StartTime
The start time of the entity.
Declaration
public double StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Type
The type of the entity.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |