azure-docs-sdk-java/docs-ref-autogen/com.microsoft.cognitiveserv...

65 строки
5.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.cognitiveservices.speech.transcription.ConversationParticipantsChangedEventArgs"
fullName: "com.microsoft.cognitiveservices.speech.transcription.ConversationParticipantsChangedEventArgs"
name: "ConversationParticipantsChangedEventArgs"
nameWithType: "ConversationParticipantsChangedEventArgs"
summary: "Defines a payload for the Participants<wbr>Changed event."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs?alt=com.microsoft.cognitiveservices.speech.SessionEventArgs&text=SessionEventArgs\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs.close()?alt=com.microsoft.cognitiveservices.speech.SessionEventArgs.close&text=close\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs.getSessionId()?alt=com.microsoft.cognitiveservices.speech.SessionEventArgs.getSessionId&text=getSessionId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs.toString()?alt=com.microsoft.cognitiveservices.speech.SessionEventArgs.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ConversationParticipantsChangedEventArgs**</br> extends <xref href=\"com.microsoft.cognitiveservices.speech.SessionEventArgs?alt=com.microsoft.cognitiveservices.speech.SessionEventArgs&text=SessionEventArgs\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.cognitiveservices.speech.transcription.ConversationParticipantsChangedEventArgs.getParticipants()"
fullName: "com.microsoft.cognitiveservices.speech.transcription.ConversationParticipantsChangedEventArgs.getParticipants()"
name: "getParticipants()"
nameWithType: "ConversationParticipantsChangedEventArgs.getParticipants()"
summary: "The participant(s) that joined, left, or were updated."
syntax: "public List<Participant> getParticipants()"
desc: "The participant(s) that joined, left, or were updated."
returns:
description: "The participant(s)."
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.cognitiveservices.speech.transcription.Participant?alt=com.microsoft.cognitiveservices.speech.transcription.Participant&text=Participant\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.cognitiveservices.speech.transcription.ConversationParticipantsChangedEventArgs.getReason()"
fullName: "com.microsoft.cognitiveservices.speech.transcription.ConversationParticipantsChangedEventArgs.getReason()"
name: "getReason()"
nameWithType: "ConversationParticipantsChangedEventArgs.getReason()"
summary: "Why the participant changed event was raised (e.<wbr>g."
syntax: "public ParticipantChangedReason getReason()"
desc: "Why the participant changed event was raised (e.g. a participant joined)."
returns:
description: "the reason."
type: "<xref href=\"com.microsoft.cognitiveservices.speech.transcription.ParticipantChangedReason?alt=com.microsoft.cognitiveservices.speech.transcription.ParticipantChangedReason&text=ParticipantChangedReason\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.cognitiveservices.speech.transcription.ConversationParticipantsChangedEventArgs.toString()"
fullName: "com.microsoft.cognitiveservices.speech.transcription.ConversationParticipantsChangedEventArgs.toString()"
name: "toString()"
nameWithType: "ConversationParticipantsChangedEventArgs.toString()"
summary: "Returns a String that represents the session event."
overridden: "com.microsoft.cognitiveservices.speech.SessionEventArgs.toString()"
syntax: "public String toString()"
desc: "Returns a String that represents the session event."
returns:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines a payload for the ParticipantsChanged event. Added in version 1.12.0"
metadata: {}
package: "com.microsoft.cognitiveservices.speech.transcription"
artifact: com.microsoft.cognitiveservices.speech:client-sdk:1.38.0