AWSTranscribeParticipantRole
Objective-C
NS_ENUM(NSInteger, AWSTranscribeParticipantRole) {
AWSTranscribeParticipantRoleUnknown,
AWSTranscribeParticipantRoleAgent,
AWSTranscribeParticipantRoleCustomer,
}
Swift
enum AWSTranscribeParticipantRole : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranscribeParticipantRoleUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSTranscribeParticipantRoleAgent
Swift
case agent = 1
-
Undocumented
Declaration
Objective-C
AWSTranscribeParticipantRoleCustomer
Swift
case customer = 2