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
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def cost_cents @cost_cents end |
#data ⇒ Object
Returns the value of attribute data
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def data @data end |
#error ⇒ Object
Returns the value of attribute error
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def error @error end |
#extraction_tier ⇒ Object
Returns the value of attribute extraction_tier
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def extraction_tier @extraction_tier end |
#fields_from_css ⇒ Object
Returns the value of attribute fields_from_css
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def fields_from_css @fields_from_css end |
#fields_from_llm ⇒ Object
Returns the value of attribute fields_from_llm
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def fields_from_llm @fields_from_llm end |
#render_quality ⇒ Object
Returns the value of attribute render_quality
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def render_quality @render_quality end |
#status ⇒ Object
Returns the value of attribute status
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def status @status end |
#tokens ⇒ Object
Returns the value of attribute tokens
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def tokens @tokens end |
#url ⇒ Object
Returns the value of attribute url
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def url @url end |
#url_final ⇒ Object
Returns the value of attribute url_final
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def url_final @url_final end |
#warnings ⇒ Object
Returns the value of attribute warnings
74 75 76 |
# File 'lib/enconvert/v2_results.rb', line 74 def warnings @warnings end |