- 2.39.1 (latest)
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.30.2
- 2.29.0
- 2.28.3
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.1
- 2.23.3
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.1
- 2.18.0
- 2.17.0
- 2.16.1
- 2.15.2
- 2.14.1
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.1
- 2.8.1
- 2.7.1
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.2
- 2.0.0
- 1.1.3
- 1.0.0
- 0.8.0
- 0.7.2
CloudConversationDebuggingInfo(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Cloud conversation info for easier debugging. It will get populated
in StreamingDetectIntentResponse
or
StreamingAnalyzeContentResponse
when the flag
enable_debugging_info
is set to true in corresponding requests.
Attributes | |
---|---|
Name | Description |
audio_data_chunks |
int
Number of input audio data chunks in streaming requests. |
result_end_time_offset |
google.protobuf.duration_pb2.Duration
Time offset of the end of speech utterance relative to the beginning of the first audio chunk. |
first_audio_duration |
google.protobuf.duration_pb2.Duration
Duration of first audio chunk. |
single_utterance |
bool
Whether client used single utterance mode. |
speech_partial_results_end_times |
MutableSequence[google.protobuf.duration_pb2.Duration]
Time offsets of the speech partial results relative to the beginning of the stream. |
speech_final_results_end_times |
MutableSequence[google.protobuf.duration_pb2.Duration]
Time offsets of the speech final results (is_final=true) relative to the beginning of the stream. |
partial_responses |
int
Total number of partial responses. |
speaker_id_passive_latency_ms_offset |
int
Time offset of Speaker ID stream close time relative to the Speech stream close time in milliseconds. Only meaningful for conversations involving passive verification. |
bargein_event_triggered |
bool
Whether a barge-in event is triggered in this request. |
speech_single_utterance |
bool
Whether speech uses single utterance mode. |
dtmf_partial_results_times |
MutableSequence[google.protobuf.duration_pb2.Duration]
Time offsets of the DTMF partial results relative to the beginning of the stream. |
dtmf_final_results_times |
MutableSequence[google.protobuf.duration_pb2.Duration]
Time offsets of the DTMF final results relative to the beginning of the stream. |
single_utterance_end_time_offset |
google.protobuf.duration_pb2.Duration
Time offset of the end-of-single-utterance signal relative to the beginning of the stream. |
no_speech_timeout |
google.protobuf.duration_pb2.Duration
No speech timeout settings observed at runtime. |
is_input_text |
bool
Whether the streaming terminates with an injected text query. |
client_half_close_time_offset |
google.protobuf.duration_pb2.Duration
Client half close time in terms of input audio duration. |
client_half_close_streaming_time_offset |
google.protobuf.duration_pb2.Duration
Client half close time in terms of API streaming duration. |