FirebaseMLVision Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
VisionBarcodeWifi
class VisionBarcodeWifi : NSObject
Wi-Fi network parameters from a ‘WIFI:’ or similar QR Code type.
-
A Wi-Fi access point SSID.
Declaration
Swift
var ssid: String? { get }
-
A Wi-Fi access point password.
Declaration
Swift
var password: String? { get }
-
A Wi-Fi access point encryption type.
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-11 UTC.
[null,null,["Last updated 2021-02-11 UTC."],[],[],null,["# FirebaseMLVision Framework Reference\n\nVisionBarcodeWifi\n=================\n\n class VisionBarcodeWifi : NSObject\n\nWi-Fi network parameters from a 'WIFI:' or similar QR Code type.\n- `\n ``\n ``\n `\n\n ### [ssid](#/c:objc(cs)FIRVisionBarcodeWiFi(py)ssid)\n\n `\n ` \n A Wi-Fi access point SSID. \n\n #### Declaration\n\n Swift \n\n var ssid: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [password](#/c:objc(cs)FIRVisionBarcodeWiFi(py)password)\n\n `\n ` \n A Wi-Fi access point password. \n\n #### Declaration\n\n Swift \n\n var password: String? { get }\n\n- `\n ``\n ``\n `\n\n ### [type](#/c:objc(cs)FIRVisionBarcodeWiFi(py)type)\n\n `\n ` \n A Wi-Fi access point encryption type. \n\n #### Declaration\n\n Swift \n\n var type: ../Enums/VisionBarcodeWiFiEncryptionType.html { get }\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRVisionBarcodeWiFi(im)init)\n\n `\n ` \n Unavailable."]]