Vps2LocalizationRequestStatus
Status of a network request.
Declaration
enum Vps2LocalizationRequestStatusCases
| Name | Type | Summary |
|---|---|---|
| case completed | completed | |
| case failed | failed | The request failed (e.g. network error, HTTP error, or unparseable response). |
| case frameRejected | frameRejected | The request was not sent because the frame was rejected (e.g. camera pointed downward). |
| case pending | pending | The request has been sent and is awaiting a response. |
| case unknown | unknown | Unknown request status. |
Operators
| Name | Type | Summary |
|---|---|---|
| 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 != bimplies 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
- Note: The localization itself may still have failed — check the localization error for details.