Class: Enconvert::V2::PerceiveResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#cache_hitObject

Returns the value of attribute cache_hit

Returns:

  • (Object)

    the current value of cache_hit



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def cache_hit
  @cache_hit
end

#content_hashObject

Returns the value of attribute content_hash

Returns:

  • (Object)

    the current value of content_hash



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def content_hash
  @content_hash
end

#cost_centsObject

Returns the value of attribute cost_cents

Returns:

  • (Object)

    the current value of cost_cents



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def cost_cents
  @cost_cents
end

#deductionsObject

Returns the value of attribute deductions

Returns:

  • (Object)

    the current value of deductions



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def deductions
  @deductions
end

#duration_msObject

Returns the value of attribute duration_ms

Returns:

  • (Object)

    the current value of duration_ms



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def duration_ms
  @duration_ms
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def error
  @error
end

#extraction_tierObject

Returns the value of attribute extraction_tier

Returns:

  • (Object)

    the current value of extraction_tier



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def extraction_tier
  @extraction_tier
end

#operation_idObject

Returns the value of attribute operation_id

Returns:

  • (Object)

    the current value of operation_id



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def operation_id
  @operation_id
end

#options_echoObject

Returns the value of attribute options_echo

Returns:

  • (Object)

    the current value of options_echo



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def options_echo
  @options_echo
end

#outputsObject

Returns the value of attribute outputs

Returns:

  • (Object)

    the current value of outputs



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def outputs
  @outputs
end

#render_qualityObject

Returns the value of attribute render_quality

Returns:

  • (Object)

    the current value of render_quality



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def render_quality
  @render_quality
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def status
  @status
end

#status_codeObject

Returns the value of attribute status_code

Returns:

  • (Object)

    the current value of status_code



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def status_code
  @status_code
end

#structuredObject

Returns the value of attribute structured

Returns:

  • (Object)

    the current value of structured



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def structured
  @structured
end

#tokensObject

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def tokens
  @tokens
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def url
  @url
end

#url_finalObject

Returns the value of attribute url_final

Returns:

  • (Object)

    the current value of url_final



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def url_final
  @url_final
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



49
50
51
# File 'lib/enconvert/v2_results.rb', line 49

def warnings
  @warnings
end