测试已测试 | ✗ |
Lang语言 | SwiftSwift |
许可 | MIT |
发布上次发布 | 2019年6月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✓ |
由 Artem Novichkov 维护。
Snapsure 可以在几秒内根据图像信息生成保险提案。这是基于图像识别的全球首个保险业 AI。我们为保险公司提供我们的 White-Label-API,允许他们为顾客创建全新的全数字化销售渠道。
Snapsure SDK 使用极为简单。只有两种方法。
首先,您需要使用您的 API 密钥和主机初始化 Snapsure SDK。
Snapsure.configure(withApiKey: "YOUR_API_KEY", host: "YOUR_HOST")
然后仅识别所需的照片
Snapsure.uploadPhoto(photo) { result in
// check result or error ...
// result - enum with two cases: success(json), failure(error).
}
MIT License
Copyright (c) 2017 Snapsure
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.