Interface CloudConversationDebuggingInfoOrBuilder

    • Method Detail

      • getAudioDataChunks

        int getAudioDataChunks()
         Number of input audio data chunks in streaming requests.
         
        int32 audio_data_chunks = 1;
        Returns:
        The audioDataChunks.
      • hasResultEndTimeOffset

        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:
        Whether the resultEndTimeOffset field is set.
      • getResultEndTimeOffset

        com.google.protobuf.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:
        The resultEndTimeOffset.
      • getResultEndTimeOffsetOrBuilder

        com.google.protobuf.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;
      • hasFirstAudioDuration

        boolean hasFirstAudioDuration()
         Duration of first audio chunk.
         
        .google.protobuf.Duration first_audio_duration = 3;
        Returns:
        Whether the firstAudioDuration field is set.
      • getFirstAudioDuration

        com.google.protobuf.Duration getFirstAudioDuration()
         Duration of first audio chunk.
         
        .google.protobuf.Duration first_audio_duration = 3;
        Returns:
        The firstAudioDuration.
      • getFirstAudioDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getFirstAudioDurationOrBuilder()
         Duration of first audio chunk.
         
        .google.protobuf.Duration first_audio_duration = 3;
      • getSingleUtterance

        boolean getSingleUtterance()
         Whether client used single utterance mode.
         
        bool single_utterance = 5;
        Returns:
        The singleUtterance.
      • getSpeechPartialResultsEndTimesList

        List<com.google.protobuf.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;
      • getSpeechPartialResultsEndTimes

        com.google.protobuf.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;
      • getSpeechPartialResultsEndTimesCount

        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;
      • getSpeechPartialResultsEndTimesOrBuilderList

        List<? extends com.google.protobuf.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;
      • getSpeechPartialResultsEndTimesOrBuilder

        com.google.protobuf.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;
      • getSpeechFinalResultsEndTimesList

        List<com.google.protobuf.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;
      • getSpeechFinalResultsEndTimes

        com.google.protobuf.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;
      • getSpeechFinalResultsEndTimesCount

        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;
      • getSpeechFinalResultsEndTimesOrBuilderList

        List<? extends com.google.protobuf.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;
      • getSpeechFinalResultsEndTimesOrBuilder

        com.google.protobuf.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;
      • getPartialResponses

        int getPartialResponses()
         Total number of partial responses.
         
        int32 partial_responses = 8;
        Returns:
        The partialResponses.
      • getSpeakerIdPassiveLatencyMsOffset

        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:
        The speakerIdPassiveLatencyMsOffset.
      • getBargeinEventTriggered

        boolean getBargeinEventTriggered()
         Whether a barge-in event is triggered in this request.
         
        bool bargein_event_triggered = 10;
        Returns:
        The bargeinEventTriggered.
      • getSpeechSingleUtterance

        boolean getSpeechSingleUtterance()
         Whether speech uses single utterance mode.
         
        bool speech_single_utterance = 11;
        Returns:
        The speechSingleUtterance.
      • getDtmfPartialResultsTimesList

        List<com.google.protobuf.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;
      • getDtmfPartialResultsTimes

        com.google.protobuf.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;
      • getDtmfPartialResultsTimesCount

        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;
      • getDtmfPartialResultsTimesOrBuilderList

        List<? extends com.google.protobuf.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;
      • getDtmfPartialResultsTimesOrBuilder

        com.google.protobuf.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;
      • getDtmfFinalResultsTimesList

        List<com.google.protobuf.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;
      • getDtmfFinalResultsTimes

        com.google.protobuf.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;
      • getDtmfFinalResultsTimesCount

        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;
      • getDtmfFinalResultsTimesOrBuilderList

        List<? extends com.google.protobuf.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;
      • getDtmfFinalResultsTimesOrBuilder

        com.google.protobuf.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;
      • hasSingleUtteranceEndTimeOffset

        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:
        Whether the singleUtteranceEndTimeOffset field is set.
      • getSingleUtteranceEndTimeOffset

        com.google.protobuf.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:
        The singleUtteranceEndTimeOffset.
      • getSingleUtteranceEndTimeOffsetOrBuilder

        com.google.protobuf.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;
      • hasNoSpeechTimeout

        boolean hasNoSpeechTimeout()
         No speech timeout settings for the stream.
         
        .google.protobuf.Duration no_speech_timeout = 15;
        Returns:
        Whether the noSpeechTimeout field is set.
      • getNoSpeechTimeout

        com.google.protobuf.Duration getNoSpeechTimeout()
         No speech timeout settings for the stream.
         
        .google.protobuf.Duration no_speech_timeout = 15;
        Returns:
        The noSpeechTimeout.
      • getNoSpeechTimeoutOrBuilder

        com.google.protobuf.DurationOrBuilder getNoSpeechTimeoutOrBuilder()
         No speech timeout settings for the stream.
         
        .google.protobuf.Duration no_speech_timeout = 15;
      • hasEndpointingTimeout

        boolean hasEndpointingTimeout()
         Speech endpointing timeout settings for the stream.
         
        .google.protobuf.Duration endpointing_timeout = 19;
        Returns:
        Whether the endpointingTimeout field is set.
      • getEndpointingTimeout

        com.google.protobuf.Duration getEndpointingTimeout()
         Speech endpointing timeout settings for the stream.
         
        .google.protobuf.Duration endpointing_timeout = 19;
        Returns:
        The endpointingTimeout.
      • getEndpointingTimeoutOrBuilder

        com.google.protobuf.DurationOrBuilder getEndpointingTimeoutOrBuilder()
         Speech endpointing timeout settings for the stream.
         
        .google.protobuf.Duration endpointing_timeout = 19;
      • getIsInputText

        boolean getIsInputText()
         Whether the streaming terminates with an injected text query.
         
        bool is_input_text = 16;
        Returns:
        The isInputText.
      • hasClientHalfCloseTimeOffset

        boolean hasClientHalfCloseTimeOffset()
         Client half close time in terms of input audio duration.
         
        .google.protobuf.Duration client_half_close_time_offset = 17;
        Returns:
        Whether the clientHalfCloseTimeOffset field is set.
      • getClientHalfCloseTimeOffset

        com.google.protobuf.Duration getClientHalfCloseTimeOffset()
         Client half close time in terms of input audio duration.
         
        .google.protobuf.Duration client_half_close_time_offset = 17;
        Returns:
        The clientHalfCloseTimeOffset.
      • getClientHalfCloseTimeOffsetOrBuilder

        com.google.protobuf.DurationOrBuilder getClientHalfCloseTimeOffsetOrBuilder()
         Client half close time in terms of input audio duration.
         
        .google.protobuf.Duration client_half_close_time_offset = 17;
      • hasClientHalfCloseStreamingTimeOffset

        boolean hasClientHalfCloseStreamingTimeOffset()
         Client half close time in terms of API streaming duration.
         
        .google.protobuf.Duration client_half_close_streaming_time_offset = 18;
        Returns:
        Whether the clientHalfCloseStreamingTimeOffset field is set.
      • getClientHalfCloseStreamingTimeOffset

        com.google.protobuf.Duration getClientHalfCloseStreamingTimeOffset()
         Client half close time in terms of API streaming duration.
         
        .google.protobuf.Duration client_half_close_streaming_time_offset = 18;
        Returns:
        The clientHalfCloseStreamingTimeOffset.
      • getClientHalfCloseStreamingTimeOffsetOrBuilder

        com.google.protobuf.DurationOrBuilder getClientHalfCloseStreamingTimeOffsetOrBuilder()
         Client half close time in terms of API streaming duration.
         
        .google.protobuf.Duration client_half_close_streaming_time_offset = 18;