Skip to main content
API Reference NSDK

Vps2LocalizationRequestStatus

Status of a network request.

Declaration

enum Vps2LocalizationRequestStatus

Cases

NameTypeSummary
case completedcompleted
The request completed and a response was received.
- Note: The localization itself may still have failed — check the localization error for details.
case failedfailed
The request failed (e.g. network error, HTTP error, or unparseable response).
case frameRejectedframeRejected
The request was not sent because the frame was rejected (e.g. camera pointed downward).
case pendingpending
The request has been sent and is awaiting a response.
case unknownunknown
Unknown request status.

Operators

NameTypeSummary
static func != Bool
Returns a Boolean value indicating whether two values are not equal.
Inequality is the inverse of equality. For any values a and b, a != b
implies that a == b is false.
This is the default implementation of the not-equal-to operator (!=)
for any type that conforms to Equatable.
- Parameters:
- lhs: A value to compare.
- rhs: Another value to compare.

Relationships

conforms to: Swift.Equatable
conforms to: Swift.Hashable