class AzureSTT::Models::File
Model class to represent files in our models
Public Instance Methods
content()
click to toggle source
Returns the result of the request to the file with the url content_url
@return [Hash]
# File lib/azure_stt/models/file.rb, line 67 def content client.get_file(content_url) end