Class LanguageCodeItem
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class LanguageCodeItem
Properties
| Edit this page View SourceDurationInSeconds
Optional. Provides the total time, in seconds, each identified language is spoken in your media.
Declaration
public float? DurationInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| float? |
LanguageCode
Optional. Provides the language code for each language identified in your media.
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |