Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
-
Packages that use UnmappedAttribute Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of UnmappedAttribute in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type UnmappedAttribute Modifier and Type Method Description List<UnmappedAttribute>DetectEntitiesResponse. unmappedAttributes()Attributes extracted from the input text that we were unable to relate to an entity.List<UnmappedAttribute>DetectEntitiesV2Response. unmappedAttributes()Attributes extracted from the input text that couldn't be related to an entity.Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type UnmappedAttribute Modifier and Type Method Description DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. unmappedAttributes(UnmappedAttribute... unmappedAttributes)Attributes extracted from the input text that we were unable to relate to an entity.DetectEntitiesV2Response.BuilderDetectEntitiesV2Response.Builder. unmappedAttributes(UnmappedAttribute... unmappedAttributes)Attributes extracted from the input text that couldn't be related to an entity.Method parameters in software.amazon.awssdk.services.comprehendmedical.model with type arguments of type UnmappedAttribute Modifier and Type Method Description DetectEntitiesResponse.BuilderDetectEntitiesResponse.Builder. unmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)Attributes extracted from the input text that we were unable to relate to an entity.DetectEntitiesV2Response.BuilderDetectEntitiesV2Response.Builder. unmappedAttributes(Collection<UnmappedAttribute> unmappedAttributes)Attributes extracted from the input text that couldn't be related to an entity.
-