You're looking at a specific version of this model. Jump to the model overview.
stphtan94117 /taiwan-licence-plate-recognition:cbe985c1
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
{'properties': {'licence_plate': {'items': {'format': 'uri', 'type': 'string'},
'title': 'Licence Plate',
'type': 'array'},
'license_plate_number': {'items': {'type': 'string'},
'title': 'License Plate Number',
'type': 'array'}},
'required': ['licence_plate', 'license_plate_number'],
'title': 'ModelOutput',
'type': 'object'}