MeetingTranscriptionResult Class

public class MeetingTranscriptionResult
extends SpeechRecognitionResult

Class that defines meeting transcription result.

Constructor Summary

Modifier Constructor Description
protected MeetingTranscriptionResult(long result)

Internal constructor for creating a MeetingTranscriptionResult from a native handle.

Method Summary

Modifier and Type Method and Description
void close()

Explicitly frees any external resource attached to the object

java.lang.String getUserId()

A String that represents the user id in the meeting.

java.lang.String getUtteranceId()

A string that represents the utterance.

java.lang.String toString()

Returns a String that represents the meeting transcription result.

Methods inherited from RecognitionResult

Methods inherited from SpeechRecognitionResult

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

MeetingTranscriptionResult

protected MeetingTranscriptionResult(long result)

Internal constructor for creating a MeetingTranscriptionResult from a native handle.

Parameters:

result - The native handle.

Method Details

close

public void close()

Explicitly frees any external resource attached to the object

Overrides:

MeetingTranscriptionResult.close()

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:

MeetingTranscriptionResult.toString()

Returns:

A String that represents the meeting transcription result.

Applies to