| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
S3BucketTranscriptSource |
S3BucketTranscriptSource.clone() |
S3BucketTranscriptSource |
TranscriptSourceSetting.getS3BucketTranscriptSource()
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
S3BucketTranscriptSource |
S3BucketTranscriptSource.withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key that customer use to encrypt their Amazon S3 bucket.
|
S3BucketTranscriptSource |
S3BucketTranscriptSource.withPathFormat(PathFormat pathFormat)
The object that contains a path format that will be applied when Amazon Lex reads the transcript file in the
bucket you provide.
|
S3BucketTranscriptSource |
S3BucketTranscriptSource.withS3BucketName(String s3BucketName)
The name of the bucket containing the transcript and the associated metadata.
|
S3BucketTranscriptSource |
S3BucketTranscriptSource.withTranscriptFilter(TranscriptFilter transcriptFilter)
The object that contains the filter which will be applied when Amazon Lex reads through the Amazon S3 bucket.
|
S3BucketTranscriptSource |
S3BucketTranscriptSource.withTranscriptFormat(String transcriptFormat)
The format of the transcript content.
|
S3BucketTranscriptSource |
S3BucketTranscriptSource.withTranscriptFormat(TranscriptFormat transcriptFormat)
The format of the transcript content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TranscriptSourceSetting.setS3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
TranscriptSourceSetting |
TranscriptSourceSetting.withS3BucketTranscriptSource(S3BucketTranscriptSource s3BucketTranscriptSource)
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
|
Copyright © 2023. All rights reserved.