StartContentModerationResponse
public struct StartContentModerationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier for the unsafe content analysis job. Use JobId to identify the job in a subsequent call to GetContentModeration.
Declaration
Swift
public let jobId: String? -
Undocumented
Declaration
Swift
public init(jobId: String? = nil)
View on GitHub
StartContentModerationResponse Structure Reference