Class: Enconvert::V2::PerceiveResult
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::PerceiveResult
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#cache_hit ⇒ Object
Returns the value of attribute cache_hit.
-
#content_hash ⇒ Object
Returns the value of attribute content_hash.
-
#cost_cents ⇒ Object
Returns the value of attribute cost_cents.
-
#duration_ms ⇒ Object
Returns the value of attribute duration_ms.
-
#error ⇒ Object
Returns the value of attribute error.
-
#extraction_tier ⇒ Object
Returns the value of attribute extraction_tier.
-
#operation_id ⇒ Object
Returns the value of attribute operation_id.
-
#outputs ⇒ Object
Returns the value of attribute outputs.
-
#render_quality ⇒ Object
Returns the value of attribute render_quality.
-
#status ⇒ Object
Returns the value of attribute status.
-
#structured ⇒ Object
Returns the value of attribute structured.
-
#tokens ⇒ Object
Returns the value of attribute tokens.
-
#url ⇒ Object
Returns the value of attribute url.
-
#url_final ⇒ Object
Returns the value of attribute url_final.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#cache_hit ⇒ Object
Returns the value of attribute cache_hit
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def cache_hit @cache_hit end |
#content_hash ⇒ Object
Returns the value of attribute content_hash
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def content_hash @content_hash end |
#cost_cents ⇒ Object
Returns the value of attribute cost_cents
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def cost_cents @cost_cents end |
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def duration_ms @duration_ms end |
#error ⇒ Object
Returns the value of attribute error
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def error @error end |
#extraction_tier ⇒ Object
Returns the value of attribute extraction_tier
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def extraction_tier @extraction_tier end |
#operation_id ⇒ Object
Returns the value of attribute operation_id
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def operation_id @operation_id end |
#outputs ⇒ Object
Returns the value of attribute outputs
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def outputs @outputs end |
#render_quality ⇒ Object
Returns the value of attribute render_quality
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def render_quality @render_quality end |
#status ⇒ Object
Returns the value of attribute status
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def status @status end |
#structured ⇒ Object
Returns the value of attribute structured
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def structured @structured end |
#tokens ⇒ Object
Returns the value of attribute tokens
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def tokens @tokens end |
#url ⇒ Object
Returns the value of attribute url
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def url @url end |
#url_final ⇒ Object
Returns the value of attribute url_final
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def url_final @url_final end |
#warnings ⇒ Object
Returns the value of attribute warnings
46 47 48 |
# File 'lib/enconvert/v2_results.rb', line 46 def warnings @warnings end |