From 956dfbc2077026e112d623cf2d4401107ac04f9f Mon Sep 17 00:00:00 2001 From: DMGithubPublisher Date: Wed, 29 Oct 2025 21:25:36 +0800 Subject: [PATCH] update to internal commit 49d89cb1 --- .../python/api-reference/capture-vision-router/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/python/api-reference/capture-vision-router/settings.md b/programming/python/api-reference/capture-vision-router/settings.md index 7eea84f..a840530 100644 --- a/programming/python/api-reference/capture-vision-router/settings.md +++ b/programming/python/api-reference/capture-vision-router/settings.md @@ -92,8 +92,8 @@ def output_settings(self, template_name: str, include_default_values: bool = Fal Returns a tuple containing following elements: - `error_code` <*int*>: The error code indicating the status of the operation. -- `error_message` <*str*>: A descriptive message explaining the error. - `template_content` <*str*>: A string containing the exported template. +- `error_message` <*str*>: A descriptive message explaining the error. **See Also**