MedicalEntity
Contains entities identified as personal health information (PHI) in your transcription output, along with various associated attributes. Examples include category, confidence score, type, stability score, and start and end times.
Contents
- Category
-
The category of information identified. The only category is
PHI
.Type: String
Required: No
- Confidence
-
The confidence score associated with the identified PHI entity in your audio.
Confidence scores are values between 0 and 1. A larger value indicates a higher probability that the identified entity correctly matches the entity spoken in your media.
Type: Double
Required: No
- Content
-
The word or words identified as PHI.
Type: String
Required: No
- EndTime
-
The end time, in milliseconds, of the utterance that was identified as PHI.
Type: Double
Required: No
- StartTime
-
The start time, in milliseconds, of the utterance that was identified as PHI.
Type: Double
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: