AWSTranscribeMedicalTranscript

Objective-C

@interface AWSTranscribeMedicalTranscript

Swift

class AWSTranscribeMedicalTranscript

Provides you with the Amazon S3 URI you can use to access your transcript.

  • The Amazon S3 location of your transcript. You can use this URI to access or download your transcript.

    Note that this is the Amazon S3 location you specified in your request using the OutputBucketName parameter.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable transcriptFileUri;

    Swift

    var transcriptFileUri: String? { get set }