mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
update comments
This commit is contained in:
@@ -18,7 +18,7 @@ message Translation {
|
|||||||
string model = 3;
|
string model = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TextRequest is the basic edition request
|
// Basic text translation
|
||||||
message TextRequest {
|
message TextRequest {
|
||||||
// The contents to be translated
|
// The contents to be translated
|
||||||
string content = 1;
|
string content = 1;
|
||||||
@@ -37,5 +37,6 @@ message TextRequest {
|
|||||||
|
|
||||||
// TextResponse is the basic edition response
|
// TextResponse is the basic edition response
|
||||||
message TextResponse {
|
message TextResponse {
|
||||||
|
// The translated text
|
||||||
Translation translation = 1;
|
Translation translation = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user