SplitResponse
extends BaseResponse
in package
Represent a split response from Mindee V2 API.
Table of Contents
Properties
- $inference : SplitInference
- $slug : string
Methods
- __construct() : mixed
- getRawHttp() : string
Properties
$inference
public
SplitInference
$inference
Contents of the inference.
$slug
public
static string
$slug
= "split"
Slug for the inference.
Methods
__construct()
public
__construct(array<string|int, mixed> $rawResponse) : mixed
Parameters
- $rawResponse : array<string|int, mixed>
-
Raw server response array.
getRawHttp()
public
getRawHttp() : string
Return values
string —Raw dump of the JSON response.