Class: Enconvert::V2::PerceiveDirectResult
- Inherits:
-
Struct
- Object
- Struct
- Enconvert::V2::PerceiveDirectResult
- Defined in:
- lib/enconvert/v2_results.rb
Overview
Raw artifact bytes returned by perceive_direct /
download_perceive_artifact. The HTTP body is the artifact itself
(content, a binary String); metadata is parsed from the response
headers (absent headers map to nil / 0).
Instance Attribute Summary collapse
-
#cache_hit ⇒ Object
Returns the value of attribute cache_hit.
-
#content ⇒ Object
Returns the value of attribute content.
-
#content_hash ⇒ Object
Returns the value of attribute content_hash.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#object_key ⇒ Object
Returns the value of attribute object_key.
-
#operation_id ⇒ Object
Returns the value of attribute operation_id.
-
#render_quality ⇒ Object
Returns the value of attribute render_quality.
-
#source_status_code ⇒ Object
Returns the value of attribute source_status_code.
-
#warnings_count ⇒ Object
Returns the value of attribute warnings_count.
Instance Attribute Details
#cache_hit ⇒ Object
Returns the value of attribute cache_hit
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def cache_hit @cache_hit end |
#content ⇒ Object
Returns the value of attribute content
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def content @content end |
#content_hash ⇒ Object
Returns the value of attribute content_hash
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def content_hash @content_hash end |
#content_type ⇒ Object
Returns the value of attribute content_type
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def content_type @content_type end |
#filename ⇒ Object
Returns the value of attribute filename
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def filename @filename end |
#object_key ⇒ Object
Returns the value of attribute object_key
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def object_key @object_key end |
#operation_id ⇒ Object
Returns the value of attribute operation_id
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def operation_id @operation_id end |
#render_quality ⇒ Object
Returns the value of attribute render_quality
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def render_quality @render_quality end |
#source_status_code ⇒ Object
Returns the value of attribute source_status_code
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def source_status_code @source_status_code end |
#warnings_count ⇒ Object
Returns the value of attribute warnings_count
60 61 62 |
# File 'lib/enconvert/v2_results.rb', line 60 def warnings_count @warnings_count end |