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