public async Task GetLicensePlate()

in Hands-on lab/lab-files/src/TollBooth/TollBooth/FindLicensePlateText.cs [34:37]


        public async Task<string> GetLicensePlate(byte[] imageBytes)
        {
            return await MakeOCRRequest(imageBytes);
        }