public static interface MedicalEntity.Builder extends SdkPojo, CopyableBuilder<MedicalEntity.Builder,MedicalEntity>
| Modifier and Type | Method and Description |
|---|---|
MedicalEntity.Builder |
category(String category)
The category of information identified.
|
MedicalEntity.Builder |
confidence(Double confidence)
The confidence score associated with the identified PHI entity in your audio.
|
MedicalEntity.Builder |
content(String content)
The word or words identified as PHI.
|
MedicalEntity.Builder |
endTime(Double endTime)
The end time, in milliseconds, of the utterance that was identified as PHI.
|
MedicalEntity.Builder |
startTime(Double startTime)
The start time, in milliseconds, of the utterance that was identified as PHI.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMedicalEntity.Builder startTime(Double startTime)
The start time, in milliseconds, of the utterance that was identified as PHI.
startTime - The start time, in milliseconds, of the utterance that was identified as PHI.MedicalEntity.Builder endTime(Double endTime)
The end time, in milliseconds, of the utterance that was identified as PHI.
endTime - The end time, in milliseconds, of the utterance that was identified as PHI.MedicalEntity.Builder category(String category)
The category of information identified. The only category is PHI.
category - The category of information identified. The only category is PHI.MedicalEntity.Builder content(String content)
The word or words identified as PHI.
content - The word or words identified as PHI.MedicalEntity.Builder confidence(Double 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.
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.
Copyright © 2023. All rights reserved.