class DeepL::VoiceStreamingResponse

Included Modules

Defined in:

deepl/v3/voice_streaming_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(streaming_url : String, token : String, session_id : Nil | String = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def session_id : String | Nil #

[View source]
def session_id=(session_id : String | Nil) #

[View source]
def streaming_url : String #

[View source]
def streaming_url=(streaming_url : String) #

[View source]
def token : String #

[View source]
def token=(token : String) #

[View source]