Class CreateVocabularyRequest
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws.Transcribe
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public class CreateVocabularyRequest : VocabularyRequest
Properties
| Edit this page View SourceDataAccessRoleArn
IAM role ARN with S3 access permissions (optional).
Declaration
public string DataAccessRoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageCode
Language code (required). Example: "en-US".
Declaration
public string LanguageCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Phrases
Array of terms/phrases (optional, mutually exclusive with VocabularyFileUri).
Declaration
public string[] Phrases { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |
Tags
Tags for the vocabulary (optional).
Declaration
public Tag[] Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| Tag[] |
VocabularyFileUri
S3 URI of vocabulary file (optional, mutually exclusive with Phrases).
Declaration
public string VocabularyFileUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |