Example #1
0
 def get_in_etype(self):
     return Etype.Union(Etype.Json, Etype.Video)
Example #2
0
 def get_in_etype(self):
     return Etype.Union(Etype.Image.array(), Etype.Json)
Example #3
0
 def get_out_etype(self):
     return Etype.Union(Etype.Video, Etype.Json)