public interface ConversationLevelSilenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getSilenceDuration()
Amount of time calculated to be in silence.
|
com.google.protobuf.DurationOrBuilder |
getSilenceDurationOrBuilder()
Amount of time calculated to be in silence.
|
float |
getSilencePercentage()
Percentage of the total conversation spent in silence.
|
boolean |
hasSilenceDuration()
Amount of time calculated to be in silence.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSilenceDuration()
Amount of time calculated to be in silence.
.google.protobuf.Duration silence_duration = 1;com.google.protobuf.Duration getSilenceDuration()
Amount of time calculated to be in silence.
.google.protobuf.Duration silence_duration = 1;com.google.protobuf.DurationOrBuilder getSilenceDurationOrBuilder()
Amount of time calculated to be in silence.
.google.protobuf.Duration silence_duration = 1;float getSilencePercentage()
Percentage of the total conversation spent in silence.
float silence_percentage = 2;Copyright © 2025 Google LLC. All rights reserved.