DetectSyntaxRequest

public struct DetectSyntaxRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The language code 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”).

    Declaration

    Swift

    public let languageCode: SyntaxLanguageCode
  • A UTF-8 string. Each string must contain fewer that 5,000 bytes of UTF encoded characters.

    Declaration

    Swift

    public let text: String
  • Undocumented

    Declaration

    Swift

    public init(languageCode: SyntaxLanguageCode, text: String)
  • Declaration

    Swift

    public func validate(name: String) throws