Updated documentation

This commit is contained in:
Prianka Liz Kariat 2023-10-21 03:57:55 +05:30
parent 96ed3a7422
commit c48a5668b8

View File

@ -45,7 +45,7 @@ static const int kMicroSecondsPerMilliSecond = 1000;
* images.
*
* @param landmarksProto A vector of protos of type `std::vector<NormalizedlandmarkListProto>`.
* @param worldLandmarksPacket A vector of protos of type `std::vector<LandmarkListProto>`.
* @param worldLandmarksProto A vector of protos of type `std::vector<LandmarkListProto>`.
* @param segmentationMasks A vector of type `std::vector<Image>`.
* @param timestampInMilliSeconds The timestamp of the Packet that contained the result.
*