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