BatchDetectDominantLanguageRequest
public struct BatchDetectDominantLanguageRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters and must contain fewer than 5,000 bytes of UTF-8 encoded characters.
Declaration
Swift
public let textList: [String]
-
Undocumented
Declaration
Swift
public init(textList: [String])
-
Declaration
Swift
public func validate(name: String) throws