ClassifyDocumentRequest
public struct ClassifyDocumentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Number (ARN) of the endpoint.
Declaration
Swift
public let endpointArn: String
-
The document text to be analyzed.
Declaration
Swift
public let text: String
-
Undocumented
Declaration
Swift
public init(endpointArn: String, text: String)
-
Declaration
Swift
public func validate(name: String) throws