| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantRole |
ParticipantRole.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
SentimentFilter |
SentimentFilter.withParticipantRole(ParticipantRole participantRole)
Specify the participant that you want to flag.
|
TranscriptFilter |
TranscriptFilter.withParticipantRole(ParticipantRole participantRole)
Specify the participant that you want to flag.
|
InterruptionFilter |
InterruptionFilter.withParticipantRole(ParticipantRole participantRole)
Specify the interrupter that you want to flag.
|
ChannelDefinition |
ChannelDefinition.withParticipantRole(ParticipantRole participantRole)
Specify the speaker you want to define.
|
Copyright © 2023. All rights reserved.