Class: Rev::TranscriptionInfo

Inherits:
ApiSerializable show all
Defined in:
lib/rev-api/models/order.rb

Overview

Additional information specific to transcription orders, such as total length in minutes, verbatim and timestamps flags

Instance Attribute Summary collapse

Method Summary

Methods inherited from ApiSerializable

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Rev::ApiSerializable

Instance Attribute Details

#timestampsObject (readonly)

Returns the value of attribute timestamps.



55
56
57
# File 'lib/rev-api/models/order.rb', line 55

def timestamps
  @timestamps
end

#total_lengthObject (readonly)

Deprecated.

use :total_length_seconds instead



58
59
60
# File 'lib/rev-api/models/order.rb', line 58

def total_length
  @total_length
end

#total_length_secondsObject (readonly)

Returns the value of attribute total_length_seconds.



55
56
57
# File 'lib/rev-api/models/order.rb', line 55

def total_length_seconds
  @total_length_seconds
end

#verbatimObject (readonly)

Returns the value of attribute verbatim.



55
56
57
# File 'lib/rev-api/models/order.rb', line 55

def verbatim
  @verbatim
end