mirror of
https://github.com/restic/restic.git
synced 2025-12-24 04:26:18 +00:00
Update dependencies
This commit is contained in:
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.
|
||||
|
||||
Reference in New Issue
Block a user