class
DeepL::VoiceStreamingResponse
- DeepL::VoiceStreamingResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
deepl/v3/voice_streaming_response.crConstructors
- .new(streaming_url : String, token : String, session_id : Nil | String = nil)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #session_id : String | Nil
- #session_id=(session_id : String | Nil)
- #streaming_url : String
- #streaming_url=(streaming_url : String)
- #token : String
- #token=(token : String)
Constructor Detail
def self.new(streaming_url : String, token : String, session_id : Nil | String = nil)
#