Example #1
0
    def _call_fut(self, annotations):
        from google.cloud.vision.annotations import _make_entity_from_pb

        return _make_entity_from_pb(annotations)
Example #2
0
    def _call_fut(self, annotations):
        from google.cloud.vision.annotations import _make_entity_from_pb

        return _make_entity_from_pb(annotations)