Tectly PHP Client

ProcessingStatus
in package

ProcessingStatus Class Doc Comment

Tags
category

Class

description

Status of an asynchronous recognition step. - `Pending`: the step has not finished yet. - `Positive`: the step finished and produced a result. - `Negative`: the step finished without finding anything. - `Failed`: the step was aborted with an error.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

Constants

FAILED  : mixed = 'Failed'
NEGATIVE  : mixed = 'Negative'
PENDING  : mixed = 'Pending'
Possible values of this enum
POSITIVE  : mixed = 'Positive'

Methods

getAllowableEnumValues()  : array<string|int, string>
Gets allowable values of the enum

Constants

Methods

getAllowableEnumValues()

Gets allowable values of the enum

public static getAllowableEnumValues() : array<string|int, string>
Return values
array<string|int, string>
On this page

Search results