AWSTranscribeParticipantRole

Objective-C

NS_ENUM(NSInteger, AWSTranscribeParticipantRole) {
    AWSTranscribeParticipantRoleUnknown,
    AWSTranscribeParticipantRoleAgent,
    AWSTranscribeParticipantRoleCustomer,
}

Swift

enum AWSTranscribeParticipantRole : Int, @unchecked Sendable

Undocumented