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.
-
#deductions ⇒ Object
Returns the value of attribute deductions.
-
#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.
-
#options_echo ⇒ Object
Returns the value of attribute options_echo.
-
#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.
-
#status_code ⇒ Object
Returns the value of attribute status_code.
-
#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
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def cache_hit @cache_hit end |
#content_hash ⇒ Object
Returns the value of attribute content_hash
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def content_hash @content_hash end |
#cost_cents ⇒ Object
Returns the value of attribute cost_cents
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def cost_cents @cost_cents end |
#deductions ⇒ Object
Returns the value of attribute deductions
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def deductions @deductions end |
#duration_ms ⇒ Object
Returns the value of attribute duration_ms
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def duration_ms @duration_ms end |
#error ⇒ Object
Returns the value of attribute error
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def error @error end |
#extraction_tier ⇒ Object
Returns the value of attribute extraction_tier
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def extraction_tier @extraction_tier end |
#operation_id ⇒ Object
Returns the value of attribute operation_id
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def operation_id @operation_id end |
#options_echo ⇒ Object
Returns the value of attribute options_echo
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def @options_echo end |
#outputs ⇒ Object
Returns the value of attribute outputs
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def outputs @outputs end |
#render_quality ⇒ Object
Returns the value of attribute render_quality
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def render_quality @render_quality end |
#status ⇒ Object
Returns the value of attribute status
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def status @status end |
#status_code ⇒ Object
Returns the value of attribute status_code
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def status_code @status_code end |
#structured ⇒ Object
Returns the value of attribute structured
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def structured @structured end |
#tokens ⇒ Object
Returns the value of attribute tokens
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def tokens @tokens end |
#url ⇒ Object
Returns the value of attribute url
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def url @url end |
#url_final ⇒ Object
Returns the value of attribute url_final
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def url_final @url_final end |
#warnings ⇒ Object
Returns the value of attribute warnings
49 50 51 |
# File 'lib/enconvert/v2_results.rb', line 49 def warnings @warnings end |