Interface CloudConversationDebuggingInfoOrBuilder (0.52.0)

public interface CloudConversationDebuggingInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudioDataChunks()

public abstract int getAudioDataChunks()

Number of input audio data chunks in streaming requests.

int32 audio_data_chunks = 1;

Returns
TypeDescription
int

The audioDataChunks.

getBargeinEventTriggered()

public abstract boolean getBargeinEventTriggered()

Whether a barge-in event is triggered in this request.

bool bargein_event_triggered = 10;

Returns
TypeDescription
boolean

The bargeinEventTriggered.

getClientHalfCloseStreamingTimeOffset()

public abstract Duration getClientHalfCloseStreamingTimeOffset()

Client half close time in terms of API streaming duration.

.google.protobuf.Duration client_half_close_streaming_time_offset = 18;

Returns
TypeDescription
Duration

The clientHalfCloseStreamingTimeOffset.

getClientHalfCloseStreamingTimeOffsetOrBuilder()

public abstract DurationOrBuilder getClientHalfCloseStreamingTimeOffsetOrBuilder()

Client half close time in terms of API streaming duration.

.google.protobuf.Duration client_half_close_streaming_time_offset = 18;

Returns
TypeDescription
DurationOrBuilder

getClientHalfCloseTimeOffset()

public abstract Duration getClientHalfCloseTimeOffset()

Client half close time in terms of input audio duration.

.google.protobuf.Duration client_half_close_time_offset = 17;

Returns
TypeDescription
Duration

The clientHalfCloseTimeOffset.

getClientHalfCloseTimeOffsetOrBuilder()

public abstract DurationOrBuilder getClientHalfCloseTimeOffsetOrBuilder()

Client half close time in terms of input audio duration.

.google.protobuf.Duration client_half_close_time_offset = 17;

Returns
TypeDescription
DurationOrBuilder

getDtmfFinalResultsTimes(int index)

public abstract Duration getDtmfFinalResultsTimes(int index)

Time offsets of the DTMF final results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_final_results_times = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
Duration

getDtmfFinalResultsTimesCount()

public abstract int getDtmfFinalResultsTimesCount()

Time offsets of the DTMF final results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_final_results_times = 13;

Returns
TypeDescription
int

getDtmfFinalResultsTimesList()

public abstract List<Duration> getDtmfFinalResultsTimesList()

Time offsets of the DTMF final results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_final_results_times = 13;

Returns
TypeDescription
List<Duration>

getDtmfFinalResultsTimesOrBuilder(int index)

public abstract DurationOrBuilder getDtmfFinalResultsTimesOrBuilder(int index)

Time offsets of the DTMF final results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_final_results_times = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
DurationOrBuilder

getDtmfFinalResultsTimesOrBuilderList()

public abstract List<? extends DurationOrBuilder> getDtmfFinalResultsTimesOrBuilderList()

Time offsets of the DTMF final results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_final_results_times = 13;

Returns
TypeDescription
List<? extends com.google.protobuf.DurationOrBuilder>

getDtmfPartialResultsTimes(int index)

public abstract Duration getDtmfPartialResultsTimes(int index)

Time offsets of the DTMF partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_partial_results_times = 12;

Parameter
NameDescription
indexint
Returns
TypeDescription
Duration

getDtmfPartialResultsTimesCount()

public abstract int getDtmfPartialResultsTimesCount()

Time offsets of the DTMF partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_partial_results_times = 12;

Returns
TypeDescription
int

getDtmfPartialResultsTimesList()

public abstract List<Duration> getDtmfPartialResultsTimesList()

Time offsets of the DTMF partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_partial_results_times = 12;

Returns
TypeDescription
List<Duration>

getDtmfPartialResultsTimesOrBuilder(int index)

public abstract DurationOrBuilder getDtmfPartialResultsTimesOrBuilder(int index)

Time offsets of the DTMF partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_partial_results_times = 12;

Parameter
NameDescription
indexint
Returns
TypeDescription
DurationOrBuilder

getDtmfPartialResultsTimesOrBuilderList()

public abstract List<? extends DurationOrBuilder> getDtmfPartialResultsTimesOrBuilderList()

Time offsets of the DTMF partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration dtmf_partial_results_times = 12;

Returns
TypeDescription
List<? extends com.google.protobuf.DurationOrBuilder>

getEndpointingTimeout()

public abstract Duration getEndpointingTimeout()

Speech endpointing timeout settings for the stream.

.google.protobuf.Duration endpointing_timeout = 19;

Returns
TypeDescription
Duration

The endpointingTimeout.

getEndpointingTimeoutOrBuilder()

public abstract DurationOrBuilder getEndpointingTimeoutOrBuilder()

Speech endpointing timeout settings for the stream.

.google.protobuf.Duration endpointing_timeout = 19;

Returns
TypeDescription
DurationOrBuilder

getFirstAudioDuration()

public abstract Duration getFirstAudioDuration()

Duration of first audio chunk.

.google.protobuf.Duration first_audio_duration = 3;

Returns
TypeDescription
Duration

The firstAudioDuration.

getFirstAudioDurationOrBuilder()

public abstract DurationOrBuilder getFirstAudioDurationOrBuilder()

Duration of first audio chunk.

.google.protobuf.Duration first_audio_duration = 3;

Returns
TypeDescription
DurationOrBuilder

getIsInputText()

public abstract boolean getIsInputText()

Whether the streaming terminates with an injected text query.

bool is_input_text = 16;

Returns
TypeDescription
boolean

The isInputText.

getNoSpeechTimeout()

public abstract Duration getNoSpeechTimeout()

No speech timeout settings for the stream.

.google.protobuf.Duration no_speech_timeout = 15;

Returns
TypeDescription
Duration

The noSpeechTimeout.

getNoSpeechTimeoutOrBuilder()

public abstract DurationOrBuilder getNoSpeechTimeoutOrBuilder()

No speech timeout settings for the stream.

.google.protobuf.Duration no_speech_timeout = 15;

Returns
TypeDescription
DurationOrBuilder

getPartialResponses()

public abstract int getPartialResponses()

Total number of partial responses.

int32 partial_responses = 8;

Returns
TypeDescription
int

The partialResponses.

getResultEndTimeOffset()

public abstract Duration getResultEndTimeOffset()

Time offset of the end of speech utterance relative to the beginning of the first audio chunk.

.google.protobuf.Duration result_end_time_offset = 2;

Returns
TypeDescription
Duration

The resultEndTimeOffset.

getResultEndTimeOffsetOrBuilder()

public abstract DurationOrBuilder getResultEndTimeOffsetOrBuilder()

Time offset of the end of speech utterance relative to the beginning of the first audio chunk.

.google.protobuf.Duration result_end_time_offset = 2;

Returns
TypeDescription
DurationOrBuilder

getSingleUtterance()

public abstract boolean getSingleUtterance()

Whether client used single utterance mode.

bool single_utterance = 5;

Returns
TypeDescription
boolean

The singleUtterance.

getSingleUtteranceEndTimeOffset()

public abstract Duration getSingleUtteranceEndTimeOffset()

Time offset of the end-of-single-utterance signal relative to the beginning of the stream.

.google.protobuf.Duration single_utterance_end_time_offset = 14;

Returns
TypeDescription
Duration

The singleUtteranceEndTimeOffset.

getSingleUtteranceEndTimeOffsetOrBuilder()

public abstract DurationOrBuilder getSingleUtteranceEndTimeOffsetOrBuilder()

Time offset of the end-of-single-utterance signal relative to the beginning of the stream.

.google.protobuf.Duration single_utterance_end_time_offset = 14;

Returns
TypeDescription
DurationOrBuilder

getSpeakerIdPassiveLatencyMsOffset()

public abstract int getSpeakerIdPassiveLatencyMsOffset()

Time offset of Speaker ID stream close time relative to the Speech stream close time in milliseconds. Only meaningful for conversations involving passive verification.

int32 speaker_id_passive_latency_ms_offset = 9;

Returns
TypeDescription
int

The speakerIdPassiveLatencyMsOffset.

getSpeechFinalResultsEndTimes(int index)

public abstract Duration getSpeechFinalResultsEndTimes(int index)

Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_final_results_end_times = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
Duration

getSpeechFinalResultsEndTimesCount()

public abstract int getSpeechFinalResultsEndTimesCount()

Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_final_results_end_times = 7;

Returns
TypeDescription
int

getSpeechFinalResultsEndTimesList()

public abstract List<Duration> getSpeechFinalResultsEndTimesList()

Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_final_results_end_times = 7;

Returns
TypeDescription
List<Duration>

getSpeechFinalResultsEndTimesOrBuilder(int index)

public abstract DurationOrBuilder getSpeechFinalResultsEndTimesOrBuilder(int index)

Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_final_results_end_times = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
DurationOrBuilder

getSpeechFinalResultsEndTimesOrBuilderList()

public abstract List<? extends DurationOrBuilder> getSpeechFinalResultsEndTimesOrBuilderList()

Time offsets of the speech final results (is_final=true) relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_final_results_end_times = 7;

Returns
TypeDescription
List<? extends com.google.protobuf.DurationOrBuilder>

getSpeechPartialResultsEndTimes(int index)

public abstract Duration getSpeechPartialResultsEndTimes(int index)

Time offsets of the speech partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_partial_results_end_times = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
Duration

getSpeechPartialResultsEndTimesCount()

public abstract int getSpeechPartialResultsEndTimesCount()

Time offsets of the speech partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_partial_results_end_times = 6;

Returns
TypeDescription
int

getSpeechPartialResultsEndTimesList()

public abstract List<Duration> getSpeechPartialResultsEndTimesList()

Time offsets of the speech partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_partial_results_end_times = 6;

Returns
TypeDescription
List<Duration>

getSpeechPartialResultsEndTimesOrBuilder(int index)

public abstract DurationOrBuilder getSpeechPartialResultsEndTimesOrBuilder(int index)

Time offsets of the speech partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_partial_results_end_times = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
DurationOrBuilder

getSpeechPartialResultsEndTimesOrBuilderList()

public abstract List<? extends DurationOrBuilder> getSpeechPartialResultsEndTimesOrBuilderList()

Time offsets of the speech partial results relative to the beginning of the stream.

repeated .google.protobuf.Duration speech_partial_results_end_times = 6;

Returns
TypeDescription
List<? extends com.google.protobuf.DurationOrBuilder>

getSpeechSingleUtterance()

public abstract boolean getSpeechSingleUtterance()

Whether speech uses single utterance mode.

bool speech_single_utterance = 11;

Returns
TypeDescription
boolean

The speechSingleUtterance.

hasClientHalfCloseStreamingTimeOffset()

public abstract boolean hasClientHalfCloseStreamingTimeOffset()

Client half close time in terms of API streaming duration.

.google.protobuf.Duration client_half_close_streaming_time_offset = 18;

Returns
TypeDescription
boolean

Whether the clientHalfCloseStreamingTimeOffset field is set.

hasClientHalfCloseTimeOffset()

public abstract boolean hasClientHalfCloseTimeOffset()

Client half close time in terms of input audio duration.

.google.protobuf.Duration client_half_close_time_offset = 17;

Returns
TypeDescription
boolean

Whether the clientHalfCloseTimeOffset field is set.

hasEndpointingTimeout()

public abstract boolean hasEndpointingTimeout()

Speech endpointing timeout settings for the stream.

.google.protobuf.Duration endpointing_timeout = 19;

Returns
TypeDescription
boolean

Whether the endpointingTimeout field is set.

hasFirstAudioDuration()

public abstract boolean hasFirstAudioDuration()

Duration of first audio chunk.

.google.protobuf.Duration first_audio_duration = 3;

Returns
TypeDescription
boolean

Whether the firstAudioDuration field is set.

hasNoSpeechTimeout()

public abstract boolean hasNoSpeechTimeout()

No speech timeout settings for the stream.

.google.protobuf.Duration no_speech_timeout = 15;

Returns
TypeDescription
boolean

Whether the noSpeechTimeout field is set.

hasResultEndTimeOffset()

public abstract boolean hasResultEndTimeOffset()

Time offset of the end of speech utterance relative to the beginning of the first audio chunk.

.google.protobuf.Duration result_end_time_offset = 2;

Returns
TypeDescription
boolean

Whether the resultEndTimeOffset field is set.

hasSingleUtteranceEndTimeOffset()

public abstract boolean hasSingleUtteranceEndTimeOffset()

Time offset of the end-of-single-utterance signal relative to the beginning of the stream.

.google.protobuf.Duration single_utterance_end_time_offset = 14;

Returns
TypeDescription
boolean

Whether the singleUtteranceEndTimeOffset field is set.