MeetingTranscriptionResult Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. RecognitionResult - com.
microsoft. cognitiveservices. speech. SpeechRecognitionResult - com.
microsoft. cognitiveservices. speech. transcription. MeetingTranscriptionResult
- com.
- com.
- com.
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 Meeting |
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
Constructor Details
MeetingTranscriptionResult
protected MeetingTranscriptionResult(long result)
Internal constructor for creating a MeetingTranscriptionResult from a native handle.
Parameters:
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:
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:
toString
public String toString()
Returns a String that represents the meeting transcription result.
Overrides:
MeetingTranscriptionResult.toString()Returns:
Applies to
Azure SDK for Java