ICD10CMAttribute

public struct ICD10CMAttribute : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The 0-based character offset in the input text that shows where the attribute begins. The offset returns the UTF-8 code point in the string.

    Declaration

    Swift

    public let beginOffset: Int?
  • The 0-based character offset in the input text that shows where the attribute ends. The offset returns the UTF-8 code point in the string.

    Declaration

    Swift

    public let endOffset: Int?
  • id

    The numeric identifier for this attribute. This is a monotonically increasing id unique within this response rather than a global unique identifier.

    Declaration

    Swift

    public let id: Int?
  • The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.

    Declaration

    Swift

    public let relationshipScore: Float?
  • The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.

    Declaration

    Swift

    public let score: Float?
  • The segment of input text which contains the detected attribute.

    Declaration

    Swift

    public let text: String?
  • The contextual information for the attribute. The traits recognized by InferICD10CM are DIAGNOSIS, SIGN, SYMPTOM, and NEGATION.

    Declaration

    Swift

    public let traits: [ICD10CMTrait]?
  • The type of attribute. InferICD10CM detects entities of the type DX_NAME.

    Declaration

    Swift

    public let type: ICD10CMAttributeType?
  • Undocumented

    Declaration

    Swift

    public init(beginOffset: Int? = nil, endOffset: Int? = nil, id: Int? = nil, relationshipScore: Float? = nil, score: Float? = nil, text: String? = nil, traits: [ICD10CMTrait]? = nil, type: ICD10CMAttributeType? = nil)