Get apiv2tensorshotsjobsimage to text
Retrieve or cancel a specific image-to-text job.
Authorizations
Token-based authentication with required prefix "Token"
Path Parameters
Response
Read-only serializer for image-to-text jobs.
Datetime when the record was created.
Error details if job failed.
Current job status.
queued- Queuedprocessing- Processingexpired- Expiredcancelled- Cancelledcompleted- Completedfailed- Failed
queued, processing, expired, cancelled, completed, failed Human-readable job description.
When job processing started.
When the job processing successfully finished.
Calculate job processing time in seconds. If the job is still processing, calculate time since started. If the job was cancelled, deleted, calculate time until that point. if the job is completed, calculate time until finished.
Job cost in 🪙 Credits.
^-?\d{0,8}(?:\.\d{0,2})?$Optional project this job belongs to.
Optional shot this job belongs to.
Optional real-estate project this job belongs to.
Real-estate shot this job belongs to.
Image asset that is being described.
Requested detail level for the generated description.
high- Highmid- Midlow- Low
high, mid, low Short image title returned by the description model.
Slug-style tag returned by the description model.
^[-a-zA-Z0-9_]+$Single-word description returned by the description model.
Serializer for TextAsset with basic fields.
Return the description asset text value for the current request flow.
Run the main steps in order and keep side effects in this scope.
Args: obj: Input value used by this function.
Returns: Result value returned to the caller.