You're looking at a specific version of this model. Jump to the model overview.
stphtan94117 /taiwan-licence-plate-recognition:225e902b
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
image |
string
|
Input image
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'items': {'properties': {'licence_plate': {'format': 'uri',
'title': 'Licence Plate',
'type': 'string'},
'license_plate_number': {'title': 'License Plate '
'Number',
'type': 'string'}},
'required': ['licence_plate', 'license_plate_number'],
'title': 'ModelOutput',
'type': 'object'},
'title': 'Output',
'type': 'array'}