Update dependencies
This commit is contained in:
parent
f3b49987f8
commit
fda563d606
926 changed files with 189726 additions and 98666 deletions
6
vendor/google.golang.org/api/vision/v1/vision-gen.go
generated
vendored
6
vendor/google.golang.org/api/vision/v1/vision-gen.go
generated
vendored
|
@ -2262,8 +2262,7 @@ func (s *WebEntity) UnmarshalJSON(data []byte) error {
|
|||
|
||||
// WebImage: Metadata for online images.
|
||||
type WebImage struct {
|
||||
// Score: Overall relevancy score for the image.
|
||||
// Not normalized and not comparable across different image queries.
|
||||
// Score: (Deprecated) Overall relevancy score for the image.
|
||||
Score float64 `json:"score,omitempty"`
|
||||
|
||||
// Url: The result image URL.
|
||||
|
@ -2308,8 +2307,7 @@ func (s *WebImage) UnmarshalJSON(data []byte) error {
|
|||
|
||||
// WebPage: Metadata for web pages.
|
||||
type WebPage struct {
|
||||
// Score: Overall relevancy score for the web page.
|
||||
// Not normalized and not comparable across different image queries.
|
||||
// Score: (Deprecated) Overall relevancy score for the web page.
|
||||
Score float64 `json:"score,omitempty"`
|
||||
|
||||
// Url: The result web page URL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue