DetectDominantLanguageRequest

public struct DetectDominantLanguageRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters.

    Declaration

    Swift

    public let text: String
  • Undocumented

    Declaration

    Swift

    public init(text: String)
  • Declaration

    Swift

    public func validate(name: String) throws