Class: Enconvert::V2::DistillItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/enconvert/v2_results.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cost_centsObject

Returns the value of attribute cost_cents

Returns:

  • (Object)

    the current value of cost_cents



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def cost_cents
  @cost_cents
end

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def data
  @data
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def error
  @error
end

#extraction_tierObject

Returns the value of attribute extraction_tier

Returns:

  • (Object)

    the current value of extraction_tier



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def extraction_tier
  @extraction_tier
end

#fields_from_cssObject

Returns the value of attribute fields_from_css

Returns:

  • (Object)

    the current value of fields_from_css



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def fields_from_css
  @fields_from_css
end

#fields_from_llmObject

Returns the value of attribute fields_from_llm

Returns:

  • (Object)

    the current value of fields_from_llm



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def fields_from_llm
  @fields_from_llm
end

#render_qualityObject

Returns the value of attribute render_quality

Returns:

  • (Object)

    the current value of render_quality



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def render_quality
  @render_quality
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def status
  @status
end

#tokensObject

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def tokens
  @tokens
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def url
  @url
end

#url_finalObject

Returns the value of attribute url_final

Returns:

  • (Object)

    the current value of url_final



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def url_final
  @url_final
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



74
75
76
# File 'lib/enconvert/v2_results.rb', line 74

def warnings
  @warnings
end