BatchDetectEntitiesRequest

public struct BatchDetectEntitiesRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The language of the input documents. You can specify any of the primary languages supported by Amazon Comprehend. All documents must be in the same language.

    Declaration

    Swift

    public let languageCode: LanguageCode
  • A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer than 5,000 bytes of UTF-8 encoded characters.

    Declaration

    Swift

    public let textList: [String]
  • Undocumented

    Declaration

    Swift

    public init(languageCode: LanguageCode, textList: [String])
  • Declaration

    Swift

    public func validate(name: String) throws