-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
How increase number return results, instead 10 by default
in my case:
func (c *ImageAnnotatorClient) DetectWeb(ctx context.Context, img *pb.Image, ictx *pb.ImageContext, opts ...gax.CallOption) (*pb.WebDetection, error) { res, err := c.annotateOne(ctx, img, ictx, pb.Feature_WEB_DETECTION, 0, opts) if err != nil { return nil, err } return res.WebDetection, nil }
kaneshin
Metadata
Metadata
Assignees
Labels
No labels