Versions in this module Expand all Collapse all v0 v0.18.0 Jan 19, 2018 v0.17.0 Dec 11, 2017 Changes in this version + func DefaultAuthScopes() []string + type AnnotateVideoOperation struct + func (op *AnnotateVideoOperation) Done() bool + func (op *AnnotateVideoOperation) Metadata() (*videointelligencepb.AnnotateVideoProgress, error) + func (op *AnnotateVideoOperation) Name() string + func (op *AnnotateVideoOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*videointelligencepb.AnnotateVideoResponse, error) + func (op *AnnotateVideoOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*videointelligencepb.AnnotateVideoResponse, error) + type CallOptions struct + AnnotateVideo []gax.CallOption + type Client struct + CallOptions *CallOptions + LROClient *lroauto.OperationsClient + Metadata metadata.MD + func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) + func (c *Client) AnnotateVideo(ctx context.Context, req *videointelligencepb.AnnotateVideoRequest, ...) (*AnnotateVideoOperation, error) + func (c *Client) AnnotateVideoOperation(name string) *AnnotateVideoOperation + func (c *Client) Close() error + func (c *Client) Connection() *grpc.ClientConn