| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribestreaming.model |
| Modifier and Type | Method and Description |
|---|---|
ContentRedactionType |
StartCallAnalyticsStreamTranscriptionRequest.contentRedactionType()
Redacts all personally identifiable information (PII) identified in your transcript.
|
ContentRedactionType |
StartStreamTranscriptionRequest.contentRedactionType()
Redacts all personally identifiable information (PII) identified in your transcript.
|
ContentRedactionType |
StartCallAnalyticsStreamTranscriptionResponse.contentRedactionType()
Shows whether content redaction was enabled for your Call Analytics transcription.
|
ContentRedactionType |
StartStreamTranscriptionResponse.contentRedactionType()
Shows whether content redaction was enabled for your transcription.
|
static ContentRedactionType |
ContentRedactionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ContentRedactionType |
ContentRedactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentRedactionType[] |
ContentRedactionType.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<ContentRedactionType> |
ContentRedactionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartCallAnalyticsStreamTranscriptionRequest.Builder |
StartCallAnalyticsStreamTranscriptionRequest.Builder.contentRedactionType(ContentRedactionType contentRedactionType)
Redacts all personally identifiable information (PII) identified in your transcript.
|
StartStreamTranscriptionRequest.Builder |
StartStreamTranscriptionRequest.Builder.contentRedactionType(ContentRedactionType contentRedactionType)
Redacts all personally identifiable information (PII) identified in your transcript.
|
StartCallAnalyticsStreamTranscriptionResponse.Builder |
StartCallAnalyticsStreamTranscriptionResponse.Builder.contentRedactionType(ContentRedactionType contentRedactionType)
Shows whether content redaction was enabled for your Call Analytics transcription.
|
StartStreamTranscriptionResponse.Builder |
StartStreamTranscriptionResponse.Builder.contentRedactionType(ContentRedactionType contentRedactionType)
Shows whether content redaction was enabled for your transcription.
|
Copyright © 2023. All rights reserved.