Response Parameters

Table 1 Response body parameters

Parameter

Mandatory/Optional

Parameter Type

Description

Box

Mandatory

Table 4

Bounding box.

Classification

Mandatory

Objects of Table 5

Secondary classification result in the component error/missing/reverse scenarios.

Label

Mandatory

String

Returned corresponding category of the box after inference.

OCR

Mandatory

Object

Returned character recognition information of the corresponding box after inference in the component error/missing/reverse scenarios, which is left empty by default.

Score

Mandatory

Float

Returned confidence of the corresponding box after inference.

Segmentation

Mandatory

Object

Returned segmentation information of the corresponding box after inference in the component error/missing/reverse scenarios, which is left empty by default.

RegisterMatrix

Mandatory

Array

3x3 rotation offset matrix in the component error/missing/reverse scenarios.

OCRText

Mandatory

String

Recognized text information, which is used in the OCR scenario.

Quad

Mandatory

Objects of Table 8 Quad

Coordinates of the text box, which is used in the OCR scenario.

LabelMap

Mandatory

Object

Mapping between segmenting digital labels and label names, which is used in the gel detection scenario.

CodeType

Mandatory

String

Encoding mode for returning the mask image, which is used in the gel detection scenario.

Mask

Mandatory

String

Encoded mask image. The content in the image is the segmented mask image, indicating the Blob ID of each pixel. It is used in the gel detection scenario.