DetectEntitiesV2Request

public struct DetectEntitiesV2Request : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A UTF-8 string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.

    Declaration

    Swift

    public let text: String
  • Undocumented

    Declaration

    Swift

    public init(text: String)
  • Declaration

    Swift

    public func validate(name: String) throws