---
title: INVisualCodeTypeResolutionResult
framework: intents
role: symbol
role_heading: Class
path: intents/invisualcodetyperesolutionresult
---

# INVisualCodeTypeResolutionResult

A resolution result for the type of visual code used to exchange information.

## Declaration

```swift
class INVisualCodeTypeResolutionResult
```

## Overview

Overview An INVisualCodeTypeResolutionResult object is what you return when resolving parameters containing an INVisualCodeType value. Use the creation method that best reflects your ability to resolve the parameter successfully. For additional resolution options, see INIntentResolutionResult.

## Topics

### Creating a Resolution Result Object

- [success(with:)](intents/invisualcodetyperesolutionresult/success(with:).md)
- [confirmationRequired(with:)](intents/invisualcodetyperesolutionresult/confirmationrequired(with:).md)

## Relationships

### Inherits From

- [INIntentResolutionResult](intents/inintentresolutionresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Bill Data Objects

- [INBillDetails](intents/inbilldetails.md)
- [INBillPayee](intents/inbillpayee.md)
- [INBillTypeResolutionResult](intents/inbilltyperesolutionresult.md)
- [INBillPayeeResolutionResult](intents/inbillpayeeresolutionresult.md)
