William Vuong

Results 1 issues of William Vuong

I want to use the GoogleMobileVision API in a Swift project. My podfile is ``` pod 'GoogleMobileVision/FaceDetector' pod 'GoogleMobileVision/MVDataOutput' ``` and I have the following imports in my view controller...