outputLocationType property
Indicates the location of the output of the transcription job.
If the value is CUSTOMER_BUCKET
then the location is the S3
bucket specified in the outputBucketName
field when the
transcription job was started with the StartTranscriptionJob
operation.
If the value is SERVICE_BUCKET
then the output is stored by
Amazon Transcribe and can be retrieved using the URI in the
GetTranscriptionJob
response's TranscriptFileUri
field.
Implementation
final OutputLocationType? outputLocationType;