public static interface Entity.Builder extends SdkPojo, CopyableBuilder<Entity.Builder,Entity>
| Modifier and Type | Method and Description |
|---|---|
Entity.Builder |
category(String category)
The category of information identified.
|
Entity.Builder |
confidence(Double confidence)
The confidence score associated with the identified PII entity in your audio.
|
Entity.Builder |
content(String content)
The word or words identified as PII.
|
Entity.Builder |
endTime(Double endTime)
The end time, in milliseconds, of the utterance that was identified as PII.
|
Entity.Builder |
startTime(Double startTime)
The start time, in milliseconds, of the utterance that was identified as PII.
|
Entity.Builder |
type(String type)
The type of PII identified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEntity.Builder startTime(Double startTime)
The start time, in milliseconds, of the utterance that was identified as PII.
startTime - The start time, in milliseconds, of the utterance that was identified as PII.Entity.Builder endTime(Double endTime)
The end time, in milliseconds, of the utterance that was identified as PII.
endTime - The end time, in milliseconds, of the utterance that was identified as PII.Entity.Builder category(String category)
The category of information identified. The only category is PII.
category - The category of information identified. The only category is PII.Entity.Builder type(String type)
The type of PII identified. For example, NAME or CREDIT_DEBIT_NUMBER.
type - The type of PII identified. For example, NAME or CREDIT_DEBIT_NUMBER.Entity.Builder content(String content)
The word or words identified as PII.
content - The word or words identified as PII.Entity.Builder confidence(Double confidence)
The confidence score associated with the identified PII 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 PII 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.