Class Transcript.LanguageIdentification
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class Transcript.LanguageIdentification
Properties
| Edit this page View SourceLanguageCode
The language code.
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Score
The score of the language identification.
Declaration
public double Score { get; set; }
Property Value
| Type | Description |
|---|---|
| double |