OutProtobufVector

Function

Stores the vector of the MxProtobufOut 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.

class OutProtobufVector:
    def pop(self):
        pass
    def append(self, x):
        pass
    def size(self):
        pass
    ...