Method: Deepgram::Read::Response#raw

Defined in:
lib/deepgram/read.rb

#rawHash

Parses the response body as JSON and returns the raw data.

Returns:

  • (Hash)

    The parsed JSON from the response body.



53
54
55
# File 'lib/deepgram/read.rb', line 53

def raw
  JSON.parse(@body)
end