AWSTranscribeSpecialty

Objective-C

NS_ENUM(NSInteger, AWSTranscribeSpecialty) {
    AWSTranscribeSpecialtyUnknown,
    AWSTranscribeSpecialtyPrimarycare,
}

Swift

enum AWSTranscribeSpecialty : Int, @unchecked Sendable

Undocumented