color = np.minimum(1.2 * np.float32([color.r, color.g, color.b, color.a]), np.float32([255])) color = SpaceDebugColor(r=color[0], g=color[1], b=color[2], a=color[3]) ...
The official Python SDK for Deepgram's automated speech recognition, text-to-speech, and language understanding APIs. Power your applications with world-class speech and Language AI models.