79401386

Date: 2025-01-30 22:39:50
Score: 1
Natty:
Report link

Oh well, this works:

for key, value in response.results.items():
    print(f"Key: {key}")
    print(f"Total Billed Duration: {value.metadata.total_billed_duration.seconds} seconds")
    print(f"SRT Format URI: {value.cloud_storage_result.srt_format_uri}")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Kris