[−][src]Trait rusoto_comprehendmedical::ComprehendMedical
Trait representing the capabilities of the ComprehendMedical API. ComprehendMedical clients implement this trait.
Required methods
fn detect_entities(
&self,
input: DetectEntitiesRequest
) -> RusotoFuture<DetectEntitiesResponse, DetectEntitiesError>
&self,
input: DetectEntitiesRequest
) -> RusotoFuture<DetectEntitiesResponse, DetectEntitiesError>
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
fn detect_phi(
&self,
input: DetectPHIRequest
) -> RusotoFuture<DetectPHIResponse, DetectPHIError>
&self,
input: DetectPHIRequest
) -> RusotoFuture<DetectPHIResponse, DetectPHIError>
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.
Implementors
impl ComprehendMedical for ComprehendMedicalClient
[src]
fn detect_entities(
&self,
input: DetectEntitiesRequest
) -> RusotoFuture<DetectEntitiesResponse, DetectEntitiesError>
[src]
&self,
input: DetectEntitiesRequest
) -> RusotoFuture<DetectEntitiesResponse, DetectEntitiesError>
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information .
fn detect_phi(
&self,
input: DetectPHIRequest
) -> RusotoFuture<DetectPHIResponse, DetectPHIError>
[src]
&self,
input: DetectPHIRequest
) -> RusotoFuture<DetectPHIResponse, DetectPHIError>
Inspects the clinical text for personal health information (PHI) entities and entity category, location, and confidence score on that information.