Regen all remaining APIs with preproc - more changes than anticipated

This commit is contained in:
Sebastian Thiel
2019-07-05 17:05:15 +08:00
parent f33fae47e9
commit 3365d9fba1
90 changed files with 2777 additions and 2569 deletions

View File

@@ -537,10 +537,10 @@ pub struct AnalyzeCommentResponse {
/// The language(s) used by CommentAnalyzer service to choose which Model to
/// use when analyzing the comment. Might better be called
/// "effective_languages". The logic used to make the choice is as follows:
/// if Request.languages.empty()
/// effective_languages = detected_languages
/// else
/// effective_languages = Request.languages
/// if Request.languages.empty()
/// effective_languages = detected_languages
/// else
/// effective_languages = Request.languages
pub languages: Option<Vec<String>>,
/// Scores for the requested attributes. The map keys are attribute names (same
/// as the requested_attribute field in AnalyzeCommentRequest, for example