Class MeetingTranscriptionResult

    • Constructor Detail

      • MeetingTranscriptionResult

        protected MeetingTranscriptionResult​(long result)
        Internal constructor for creating a MeetingTranscriptionResult from a native handle.
        Parameters:
        result - The native handle.
    • Method Detail

      • getUserId

        public String getUserId()
        A String that represents the user id in the meeting.
        Returns:
        the user ID string.
      • getUtteranceId

        public String getUtteranceId()
        A string that represents the utterance. This id is consistence for intermediates and final speech recognition result from one speaker.
        Returns:
        the utterance ID string.
      • toString

        public String toString()
        Returns a String that represents the meeting transcription result.
        Overrides:
        toString in class SpeechRecognitionResult
        Returns:
        A String that represents the meeting transcription result.