| Package | Description |
|---|---|
| software.amazon.awssdk.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantRole |
ParticipantRole.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ParticipantRole |
TranscriptFilter.participantRole()
Specify the participant you want to flag.
|
ParticipantRole |
SentimentFilter.participantRole()
Specify the participant you want to flag.
|
ParticipantRole |
InterruptionFilter.participantRole()
Specify the interrupter you want to flag.
|
ParticipantRole |
ChannelDefinition.participantRole()
Specify the speaker you want to define.
|
static ParticipantRole |
ParticipantRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParticipantRole[] |
ParticipantRole.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<ParticipantRole> |
ParticipantRole.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TranscriptFilter.Builder |
TranscriptFilter.Builder.participantRole(ParticipantRole participantRole)
Specify the participant you want to flag.
|
SentimentFilter.Builder |
SentimentFilter.Builder.participantRole(ParticipantRole participantRole)
Specify the participant you want to flag.
|
InterruptionFilter.Builder |
InterruptionFilter.Builder.participantRole(ParticipantRole participantRole)
Specify the interrupter you want to flag.
|
ChannelDefinition.Builder |
ChannelDefinition.Builder.participantRole(ParticipantRole participantRole)
Specify the speaker you want to define.
|
Copyright © 2022. All rights reserved.