Class: Enconvert::V2::DistillItem
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::DistillItem
- Defined in:
- lib/enconvert/v2_results.rb
Instance Attribute Summary collapse
-
#cost_cents ⇒ Object
Returns the value of attribute cost_cents.
-
#data ⇒ Object
Returns the value of attribute data.
-
#error ⇒ Object
Returns the value of attribute error.
-
#extraction_tier ⇒ Object
Returns the value of attribute extraction_tier.
-
#fields_from_css ⇒ Object
Returns the value of attribute fields_from_css.
-
#fields_from_llm ⇒ Object
Returns the value of attribute fields_from_llm.
-
#render_quality ⇒ Object
Returns the value of attribute render_quality.
-
#status ⇒ Object
Returns the value of attribute status.
-
#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
#cost_cents ⇒ Object
Returns the value of attribute cost_cents
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def cost_cents @cost_cents end |
#data ⇒ Object
Returns the value of attribute data
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def data @data end |
#error ⇒ Object
Returns the value of attribute error
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def error @error end |
#extraction_tier ⇒ Object
Returns the value of attribute extraction_tier
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def extraction_tier @extraction_tier end |
#fields_from_css ⇒ Object
Returns the value of attribute fields_from_css
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def fields_from_css @fields_from_css end |
#fields_from_llm ⇒ Object
Returns the value of attribute fields_from_llm
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def fields_from_llm @fields_from_llm end |
#render_quality ⇒ Object
Returns the value of attribute render_quality
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def render_quality @render_quality end |
#status ⇒ Object
Returns the value of attribute status
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def status @status end |
#tokens ⇒ Object
Returns the value of attribute tokens
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def tokens @tokens end |
#url ⇒ Object
Returns the value of attribute url
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def url @url end |
#url_final ⇒ Object
Returns the value of attribute url_final
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def url_final @url_final end |
#warnings ⇒ Object
Returns the value of attribute warnings
88 89 90 |
# File 'lib/enconvert/v2_results.rb', line 88 def warnings @warnings end |