<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/NWBrowser/Result",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network9NWBrowserC6ResultV"
  },
  "title" : "NWBrowser.Result"
}
-->

# NWBrowser.Result

A set of discovered services and changes from the last result.

```
struct Result
```

## Topics

### Evaluating Browser Results

[`let endpoint: NWEndpoint`](/documentation/Network/NWBrowser/Result/endpoint)

The discovered service endpoint.

[`let interfaces: [NWInterface]`](/documentation/Network/NWBrowser/Result/interfaces)

The list of interfaces on which the service was discovered.

[`let metadata: NWBrowser.Result.Metadata`](/documentation/Network/NWBrowser/Result/metadata-swift.property)

The metadata associated with the discovered service, such as the TXT record.

[`enum Metadata`](/documentation/Network/NWBrowser/Result/Metadata-swift.enum)

Values associated with discovered services, such as TXT records.

[`struct NWTXTRecord`](/documentation/Network/NWTXTRecord)

A dictionary representing a TXT record in a DNS packet.

### Comparing Results

[`enum Change`](/documentation/Network/NWBrowser/Result/Change)

Ways in which discovered services can change between specific results.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)