Interface CloudConversationDebuggingInfoOrBuilder (0.54.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
Type Description
int

The audioDataChunks.

getBargeinEventTriggered()

public abstract boolean getBargeinEventTriggered()

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

bool bargein_event_triggered = 10;

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
Duration

The endpointingTimeout.

getEndpointingTimeoutOrBuilder()

public abstract DurationOrBuilder getEndpointingTimeoutOrBuilder()

Speech endpointing timeout settings for the stream.

.google.protobuf.Duration endpointing_timeout = 19;

Returns
Type Description
DurationOrBuilder

getFirstAudioDuration()

public abstract Duration getFirstAudioDuration()

Duration of first audio chunk.

.google.protobuf.Duration first_audio_duration = 3;

Returns
Type Description
Duration

The firstAudioDuration.

getFirstAudioDurationOrBuilder()

public abstract DurationOrBuilder getFirstAudioDurationOrBuilder()

Duration of first audio chunk.

.google.protobuf.Duration first_audio_duration = 3;

Returns
Type Description
DurationOrBuilder

getIsInputText()

public abstract boolean getIsInputText()

Whether the streaming terminates with an injected text query.

bool is_input_text = 16;

Returns
Type Description
boolean

The isInputText.

getNoSpeechTimeout()

public abstract Duration getNoSpeechTimeout()

No speech timeout settings for the stream.

.google.protobuf.Duration no_speech_timeout = 15;

Returns
Type Description
Duration

The noSpeechTimeout.

getNoSpeechTimeoutOrBuilder()

public abstract DurationOrBuilder getNoSpeechTimeoutOrBuilder()

No speech timeout settings for the stream.

.google.protobuf.Duration no_speech_timeout = 15;

Returns
Type Description
DurationOrBuilder

getPartialResponses()

public abstract int getPartialResponses()

Total number of partial responses.

int32 partial_responses = 8;

Returns
Type Description
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
Type Description
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
Type Description
DurationOrBuilder

getSingleUtterance()

public abstract boolean getSingleUtterance()

Whether client used single utterance mode.

bool single_utterance = 5;

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.protobuf.DurationOrBuilder>

getSpeechSingleUtterance()

public abstract boolean getSpeechSingleUtterance()

Whether speech uses single utterance mode.

bool speech_single_utterance = 11;

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the singleUtteranceEndTimeOffset field is set.