package common type DocumentKeywordDetectKeywordsResponse struct { // 【存在的关键词】存在的关键词 Keyword string `json:"keyword,omitempty"` // 【存在的关键词数量】存在的关键词数量 Count *int64 `json:"count,omitempty"` }