Material Certificate V1

Sample Code:

class MaterialCertificateV1(raw_prediction)

Material Certificate API version 1 inference prediction.

static get_endpoint_info(klass)

Retrives the endpoint information for an Inference.

Should never retrieve info for CustomV1, as a custom endpoint should be created to use CustomV1.

Parameters:

klass (Type[Inference]) – product subclass to access endpoint information.

Return type:

Dict[str, str]

endpoint_name: Optional[str] = 'material_certificate'

Name of the endpoint.

endpoint_version: Optional[str] = '1'

Version of the endpoint.

is_rotation_applied: Optional[bool]

Whether the document has had any rotation applied to it.

page_id: Optional[int]

Optional page id for page-level predictions.

pages: List[Page[MaterialCertificateV1Document]]

Page-level prediction(s).

prediction: MaterialCertificateV1Document

Document-level prediction.

product: Product

Name and version of a given product, as sent back by the API.

class MaterialCertificateV1Document(raw_prediction, page_id=None)

Material Certificate API version 1.0 document data.

Parameters:
  • raw_prediction (Dict[str, Any]) –

  • page_id (Optional[int]) –

certificate_type: StringField

The type of certification.

heat_number: StringField

Heat Number is a unique identifier assigned to a batch of material produced in a manufacturing process.

norm: StringField

The international standard used for certification.