ContentRedaction
public struct ContentRedaction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The output transcript file stored in either the default S3 bucket or in a bucket you specify. When you choose redacted Amazon Transcribe outputs only the redacted transcript. When you choose redacted_and_unredacted Amazon Transcribe outputs both the redacted and unredacted transcripts.
Declaration
Swift
public let redactionOutput: RedactionOutput
-
Request parameter that defines the entities to be redacted. The only accepted value is PII.
Declaration
Swift
public let redactionType: RedactionType
-
Undocumented
Declaration
Swift
public init(redactionOutput: RedactionOutput, redactionType: RedactionType)