Class: Mindee::V2::Parsing::BaseResponse
- Inherits:
-
CommonResponse
- Object
- CommonResponse
- Mindee::V2::Parsing::BaseResponse
- Defined in:
- lib/mindee/v2/parsing/base_response.rb
Overview
Base class for V2 inference responses.
Direct Known Subclasses
Mindee::V2::Product::Classification::ClassificationResponse, Mindee::V2::Product::Crop::CropResponse, Mindee::V2::Product::Extraction::ExtractionResponse, Mindee::V2::Product::OCR::OCRResponse, Mindee::V2::Product::Split::SplitResponse
Instance Attribute Summary collapse
-
#inference ⇒ BaseInference
readonly
The inference result for a split utility request.
Attributes inherited from CommonResponse
Method Summary
Methods inherited from CommonResponse
Constructor Details
This class inherits a constructor from Mindee::V2::Parsing::CommonResponse
Instance Attribute Details
#inference ⇒ BaseInference (readonly)
Returns The inference result for a split utility request.
11 12 13 |
# File 'lib/mindee/v2/parsing/base_response.rb', line 11 def inference @inference end |