-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add docs for xfyun configuration comments
- Loading branch information
1 parent
227f207
commit 1a7a610
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ public Docket customDocket() { | |
private ApiInfo apiInfo() { | ||
return new ApiInfoBuilder() | ||
.title("Convert API") | ||
.description("easy convert video audio image to text, and revert text to audio(base64)") | ||
.description("easy convert video audio image to text, or revert text to audio(base64), more feature can expected") | ||
.termsOfServiceUrl("http://kbs55.demo.xiaoi.com/kbase-media/swagger-ui.html") | ||
.contact(new Contact("Yogurt_lei", "", "[email protected]")) | ||
.version("2.0") | ||
|