| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
MedicalContentIdentificationType |
StartMedicalStreamTranscriptionRequest.contentIdentificationType()
Labels all personal health information (PHI) identified in your transcript.
|
MedicalContentIdentificationType |
StartMedicalStreamTranscriptionResponse.contentIdentificationType()
Shows whether content identification was enabled for your transcription.
|
static MedicalContentIdentificationType |
MedicalContentIdentificationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MedicalContentIdentificationType |
MedicalContentIdentificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicalContentIdentificationType[] |
MedicalContentIdentificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MedicalContentIdentificationType> |
MedicalContentIdentificationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartMedicalStreamTranscriptionRequest.Builder |
StartMedicalStreamTranscriptionRequest.Builder.contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
StartMedicalStreamTranscriptionResponse.Builder |
StartMedicalStreamTranscriptionResponse.Builder.contentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Shows whether content identification was enabled for your transcription.
|
Copyright © 2023. All rights reserved.