UnmappedAttribute

An attribute that was extracted, but Amazon Comprehend Medical was unable to relate to an entity.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The specific attribute that has been extracted but not mapped to an entity.

Link copied to clipboard

The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".

Functions

Link copied to clipboard
inline fun copy(block: UnmappedAttribute.Builder.() -> Unit = {}): UnmappedAttribute
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String