BatchDetectSyntaxRequest
public struct BatchDetectSyntaxRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The language of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German (“de”), English (“en”), Spanish (“es”), French (“fr”), Italian (“it”), or Portuguese (“pt”). All documents must be in the same language.
Declaration
Swift
public let languageCode: SyntaxLanguageCode
-
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.
Declaration
Swift
public let textList: [String]
-
Undocumented
Declaration
Swift
public init(languageCode: SyntaxLanguageCode, textList: [String])
-
Declaration
Swift
public func validate(name: String) throws