Class VocabularyInfo
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class VocabularyInfo
Properties
| Edit this page View SourceLanguageCode
Language code of the vocabulary.
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastModifiedTime
Last modification timestamp.
Declaration
public UnixTime? LastModifiedTime { get; set; }
Property Value
| Type | Description |
|---|---|
| UnixTime? |
VocabularyName
Vocabulary name.
Declaration
public string VocabularyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VocabularyState
Processing state: PENDING, READY, or FAILED.
Declaration
public string VocabularyState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |