Skip to content

Instantly share code, notes, and snippets.

@dmennis
Created October 17, 2018 04:35
Show Gist options
  • Save dmennis/a226aa2f658541500211c1e0aeba0a64 to your computer and use it in GitHub Desktop.
Save dmennis/a226aa2f658541500211c1e0aeba0a64 to your computer and use it in GitHub Desktop.
rekognitionObject = AWSRekognition.default()
let celebImageAWS = AWSRekognitionImage()
celebImageAWS?.bytes = celebImageData
let celebRequest = AWSRekognitionRecognizeCelebritiesRequest()
celebRequest?.image = celebImageAWS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment