AWSTranscribeParticipantRole
Objective-C
NS_ENUM(NSInteger, AWSTranscribeParticipantRole) {
AWSTranscribeParticipantRoleUnknown,
AWSTranscribeParticipantRoleAgent,
AWSTranscribeParticipantRoleCustomer,
}
Swift
enum AWSTranscribeParticipantRole : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranscribeParticipantRoleUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSTranscribeParticipantRoleAgentSwift
case agent = 1 -
Undocumented
Declaration
Objective-C
AWSTranscribeParticipantRoleCustomerSwift
case customer = 2
View on GitHub
Install in Dash
AWSTranscribeParticipantRole Enumeration Reference