class AzureSTT::Models::File

Model class to represent files in our models

@see francecentral.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/GetTranscriptionFiles/console

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