AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DetectPHI operation. Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ComprehendMedical.AmazonComprehendMedicalRequest
      Amazon.ComprehendMedical.Model.DetectPHIRequest

Namespace: Amazon.ComprehendMedical.Model
Assembly: AWSSDK.ComprehendMedical.dll
Version: 3.x.y.z

Syntax

C#
public class DetectPHIRequest : AmazonComprehendMedicalRequest
         IAmazonWebServiceRequest

The DetectPHIRequest type exposes the following members

Constructors

NameDescription
Public Method DetectPHIRequest()

Properties

NameTypeDescription
Public Property Text System.String

Gets and sets the property Text.

A UTF-8 text string containing the clinical content being examined for PHI entities.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5