AWSTranscribeMedicalContentIdentificationType
Objective-C
NS_ENUM(NSInteger, AWSTranscribeMedicalContentIdentificationType) {
AWSTranscribeMedicalContentIdentificationTypeUnknown,
AWSTranscribeMedicalContentIdentificationTypePhi,
}
Swift
enum AWSTranscribeMedicalContentIdentificationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSTranscribeMedicalContentIdentificationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSTranscribeMedicalContentIdentificationTypePhiSwift
case phi = 1
View on GitHub
Install in Dash
AWSTranscribeMedicalContentIdentificationType Enumeration Reference