UtteranceEvent.Builder |
UtteranceEvent.Builder.beginOffsetMillis(Long beginOffsetMillis) |
The time, in milliseconds, from the beginning of the audio stream to the start of the
UtteranceEvent.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.beginOffsetMillis(Long beginOffsetMillis) |
|
static UtteranceEvent.Builder |
UtteranceEvent.builder() |
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.endOffsetMillis(Long endOffsetMillis) |
The time, in milliseconds, from the beginning of the audio stream to the start of the
UtteranceEvent.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.endOffsetMillis(Long endOffsetMillis) |
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.entities(Collection<CallAnalyticsEntity> entities) |
Contains entities identified as personally identifiable information (PII) in your transcription output.
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.entities(Consumer<CallAnalyticsEntity.Builder>... entities) |
Contains entities identified as personally identifiable information (PII) in your transcription output.
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.entities(CallAnalyticsEntity... entities) |
Contains entities identified as personally identifiable information (PII) in your transcription output.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.entities(Collection<CallAnalyticsEntity> entities) |
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.entities(Consumer<CallAnalyticsEntity.Builder>... entities) |
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.entities(CallAnalyticsEntity... entities) |
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.isPartial(Boolean isPartial) |
Indicates whether the segment in the UtteranceEvent is complete (FALSE) or partial
(TRUE).
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.isPartial(Boolean isPartial) |
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.issuesDetected(Collection<IssueDetected> issuesDetected) |
Provides the issue that was detected in the specified segment.
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.issuesDetected(Consumer<IssueDetected.Builder>... issuesDetected) |
Provides the issue that was detected in the specified segment.
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.issuesDetected(IssueDetected... issuesDetected) |
Provides the issue that was detected in the specified segment.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.issuesDetected(Collection<IssueDetected> issuesDetected) |
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.issuesDetected(Consumer<IssueDetected.Builder>... issuesDetected) |
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.issuesDetected(IssueDetected... issuesDetected) |
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.items(Collection<CallAnalyticsItem> items) |
Contains words, phrases, or punctuation marks that are associated with the specified
UtteranceEvent.
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.items(Consumer<CallAnalyticsItem.Builder>... items) |
Contains words, phrases, or punctuation marks that are associated with the specified
UtteranceEvent.
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.items(CallAnalyticsItem... items) |
Contains words, phrases, or punctuation marks that are associated with the specified
UtteranceEvent.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.items(Collection<CallAnalyticsItem> items) |
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.items(Consumer<CallAnalyticsItem.Builder>... items) |
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.items(CallAnalyticsItem... items) |
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.participantRole(String participantRole) |
Provides the role of the speaker for each audio channel, either CUSTOMER or AGENT.
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.participantRole(ParticipantRole participantRole) |
Provides the role of the speaker for each audio channel, either CUSTOMER or AGENT.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.participantRole(String participantRole) |
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.participantRole(ParticipantRole participantRole) |
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.sentiment(String sentiment) |
Provides the sentiment that was detected in the specified segment.
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.sentiment(Sentiment sentiment) |
Provides the sentiment that was detected in the specified segment.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.sentiment(String sentiment) |
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.sentiment(Sentiment sentiment) |
|
UtteranceEvent.Builder |
UtteranceEvent.toBuilder() |
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.transcript(String transcript) |
Contains transcribed text.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.transcript(String transcript) |
|
static UtteranceEvent.Builder |
CallAnalyticsTranscriptResultStream.utteranceEventBuilder() |
Create a builder for the UtteranceEvent event type for this stream.
|
UtteranceEvent.Builder |
UtteranceEvent.Builder.utteranceId(String utteranceId) |
The unique identifier that is associated with the specified UtteranceEvent.
|
UtteranceEvent.Builder |
UtteranceEvent.BuilderImpl.utteranceId(String utteranceId) |
|