Uses of Enum Class
com.alibaba.cloud.ai.dashscope.protocol.DashScopeWebSocketClient.EventType
Packages that use DashScopeWebSocketClient.EventType
Package
Description
-
Uses of DashScopeWebSocketClient.EventType in com.alibaba.cloud.ai.dashscope.api
Methods in com.alibaba.cloud.ai.dashscope.api that return DashScopeWebSocketClient.EventTypeModifier and TypeMethodDescriptionDashScopeAudioSpeechApi.Request.RequestHeader.action()Returns the value of theactionrecord component.DashScopeAudioTranscriptionApi.RealtimeRequest.Header.action()Returns the value of theactionrecord component.DashScopeAudioTranscriptionApi.RealtimeResponse.Header.event()Returns the value of theeventrecord component.Constructors in com.alibaba.cloud.ai.dashscope.api with parameters of type DashScopeWebSocketClient.EventTypeModifierConstructorDescriptionHeader(DashScopeWebSocketClient.EventType action, String taskId, String streaming) Creates an instance of aHeaderrecord class.Header(String taskId, DashScopeWebSocketClient.EventType event, DashScopeAudioTranscriptionApi.RealtimeResponse.Header.Attributes attributes, String errorCode, String errorMessage) Creates an instance of aHeaderrecord class.RequestHeader(DashScopeWebSocketClient.EventType action, String taskId, String streaming) Creates an instance of aRequestHeaderrecord class. -
Uses of DashScopeWebSocketClient.EventType in com.alibaba.cloud.ai.dashscope.audio
Methods in com.alibaba.cloud.ai.dashscope.audio with parameters of type DashScopeWebSocketClient.EventTypeModifier and TypeMethodDescriptionDashScopeAudioSpeechModel.createRequest(org.springframework.ai.audio.tts.TextToSpeechPrompt prompt, String taskId, DashScopeWebSocketClient.EventType action) -
Uses of DashScopeWebSocketClient.EventType in com.alibaba.cloud.ai.dashscope.protocol
Methods in com.alibaba.cloud.ai.dashscope.protocol that return DashScopeWebSocketClient.EventTypeModifier and TypeMethodDescriptionDashScopeWebSocketClient.EventMessage.EventMessageHeader.event()Returns the value of theeventrecord component.Returns the enum constant of this class with the specified name.static DashScopeWebSocketClient.EventType[]DashScopeWebSocketClient.EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.alibaba.cloud.ai.dashscope.protocol with parameters of type DashScopeWebSocketClient.EventTypeModifierConstructorDescriptionEventMessageHeader(String taskId, DashScopeWebSocketClient.EventType event, String code, String message) Creates an instance of aEventMessageHeaderrecord class.