示例#1
0
    def _call_fut(self, image):
        from google.cloud.vision.annotations import _process_image_annotations

        return _process_image_annotations(image)
示例#2
0
    def _call_fut(self, image):
        from google.cloud.vision.annotations import _process_image_annotations

        return _process_image_annotations(image)