Class VocabularyList
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class VocabularyList : IDataList<VocabularyInfo>
Properties
| Edit this page View SourceData
Array of vocabulary summaries.
Declaration
[JsonProperty("Vocabularies")]
public VocabularyInfo[] Data { get; set; }
Property Value
| Type | Description |
|---|---|
| VocabularyInfo[] |
NextToken
Pagination token for next page.
Declaration
public string NextToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
Filter state applied (if any).
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| string |