AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This is the response object from the GetVocabulary operation.
Namespace: Amazon.TranscribeService.Model
Assembly: AWSSDK.TranscribeService.dll
Version: 3.x.y.z
public class GetVocabularyResponse : AmazonWebServiceResponse
The GetVocabularyResponse type exposes the following members
| Name | Description | |
|---|---|---|
|
GetVocabularyResponse() |
| Name | Type | Description | |
|---|---|---|---|
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
DataAccessRoleArn | System.String |
Gets and sets the property DataAccessRoleArn.
The Amazon Resource Name (ARN) of the IAM role used to access the Amazon S3 bucket
that contains your input files and, if applicable, the KMS key specified in |
|
DownloadUri | System.String |
Gets and sets the property DownloadUri. The Amazon S3 location where the custom vocabulary is stored; use this URI to view or download the custom vocabulary. |
|
EncryptionConfiguration | Amazon.TranscribeService.Model.EncryptionConfiguration |
Gets and sets the property EncryptionConfiguration. The encryption configuration used for your custom vocabulary. |
|
FailureReason | System.String |
Gets and sets the property FailureReason.
If |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
LanguageCode | Amazon.TranscribeService.LanguageCode |
Gets and sets the property LanguageCode. The language code you selected for your custom vocabulary. |
|
LastModifiedTime | System.Nullable<System.DateTime> |
Gets and sets the property LastModifiedTime. The date and time the specified custom vocabulary was last modified.
Timestamps are in the format |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
|
VocabularyName | System.String |
Gets and sets the property VocabularyName. The name of the custom vocabulary you requested information about. |
|
VocabularyState | Amazon.TranscribeService.VocabularyState |
Gets and sets the property VocabularyState.
The processing state of your custom vocabulary. If the state is |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer