Пример #1
0
 def get_in_etype(self):
     return Etype.Union(Etype.Json, Etype.Video)
Пример #2
0
 def get_in_etype(self):
     return Etype.Union(Etype.Image.array(), Etype.Json)
Пример #3
0
 def get_out_etype(self):
     return Etype.Union(Etype.Video, Etype.Json)