This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Description
The response type of the get_transcript call in the V2 API is asymmetrical.
If the :format arg is 'txt', get_transcript returns a string containing the text transcript. while if :format is anything else, a VoiceBase::Response object is returned.
Either both should return a VoiceBase::Response, the text transcript call shouldn't overload the get_transcript method, or get_transcript should return a wrapper object compatible with both.