Method: FaceDetect::Adapter::Google::Service#run

Defined in:
lib/face_detect/adapter/google/service.rb

#runObject



18
19
20
21
# File 'lib/face_detect/adapter/google/service.rb', line 18

def run
  service.authorization = authorization
  service.annotate_image(batch_request, fields: fields)
end