Skip to content

Commit

Permalink
Update proto/feedback.proto
Browse files Browse the repository at this point in the history
Co-authored-by: namoo (Ian) <[email protected]>
  • Loading branch information
jyoo0515 and namooplus authored Feb 18, 2024
1 parent 99621e7 commit 7cbb1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/feedback.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ message PronunciationFeedbackDTO {
string overall_feedback = 6;
}

message GetPronunciationFeebackRequest {
message GetPronunciationFeedbackRequest {
string sentence_id = 1;
string audio_file_url = 2;
}

message GetPronunciationResponse {
message GetPronunciationFeedbackResponse {
PronunciationFeedbackDTO pronunciation_feeback = 1;
}

Expand Down

0 comments on commit 7cbb1eb

Please sign in to comment.