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



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def cache_hit
  @cache_hit
end

#content_hashObject

Returns the value of attribute content_hash

Returns:

  • (Object)

    the current value of content_hash



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def content_hash
  @content_hash
end

#cost_centsObject

Returns the value of attribute cost_cents

Returns:

  • (Object)

    the current value of cost_cents



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def cost_cents
  @cost_cents
end

#duration_msObject

Returns the value of attribute duration_ms

Returns:

  • (Object)

    the current value of duration_ms



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def duration_ms
  @duration_ms
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def error
  @error
end

#extraction_tierObject

Returns the value of attribute extraction_tier

Returns:

  • (Object)

    the current value of extraction_tier



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def extraction_tier
  @extraction_tier
end

#operation_idObject

Returns the value of attribute operation_id

Returns:

  • (Object)

    the current value of operation_id



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def operation_id
  @operation_id
end

#outputsObject

Returns the value of attribute outputs

Returns:

  • (Object)

    the current value of outputs



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def outputs
  @outputs
end

#render_qualityObject

Returns the value of attribute render_quality

Returns:

  • (Object)

    the current value of render_quality



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def render_quality
  @render_quality
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def status
  @status
end

#structuredObject

Returns the value of attribute structured

Returns:

  • (Object)

    the current value of structured



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def structured
  @structured
end

#tokensObject

Returns the value of attribute tokens

Returns:

  • (Object)

    the current value of tokens



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def tokens
  @tokens
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def url
  @url
end

#url_finalObject

Returns the value of attribute url_final

Returns:

  • (Object)

    the current value of url_final



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def url_final
  @url_final
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



46
47
48
# File 'lib/enconvert/v2_results.rb', line 46

def warnings
  @warnings
end