MetadataInputVector

Description

Stores the vector of the MxMetadataInput type and implements common vector operations.

Structure Definition

The structure is generated by SWIG, and only some service-related APIs are displayed. For details, see StreamManagerApi.py.

1
2
3
4
5
6
7
8
class MetadataInputVector:
    def pop(self):
        pass
    def append(self, x):
        pass
    def size(self):
        pass
    ...