Versions in this module Expand all Collapse all v0 v0.23.0 May 18, 2018 v0.22.0 May 9, 2018 Changes in this version + func DefaultAuthScopes() []string + type CallOptions struct + LongRunningRecognize []gax.CallOption + Recognize []gax.CallOption + StreamingRecognize []gax.CallOption + type Client struct + CallOptions *CallOptions + LROClient *lroauto.OperationsClient + func NewClient(ctx context.Context, opts ...option.ClientOption) (*Client, error) + func (c *Client) Close() error + func (c *Client) Connection() *grpc.ClientConn + func (c *Client) LongRunningRecognize(ctx context.Context, req *speechpb.LongRunningRecognizeRequest, ...) (*LongRunningRecognizeOperation, error) + func (c *Client) LongRunningRecognizeOperation(name string) *LongRunningRecognizeOperation + func (c *Client) Recognize(ctx context.Context, req *speechpb.RecognizeRequest, opts ...gax.CallOption) (*speechpb.RecognizeResponse, error) + func (c *Client) StreamingRecognize(ctx context.Context, opts ...gax.CallOption) (speechpb.Speech_StreamingRecognizeClient, error) + type LongRunningRecognizeOperation struct + func (op *LongRunningRecognizeOperation) Done() bool + func (op *LongRunningRecognizeOperation) Metadata() (*speechpb.LongRunningRecognizeMetadata, error) + func (op *LongRunningRecognizeOperation) Name() string + func (op *LongRunningRecognizeOperation) Poll(ctx context.Context, opts ...gax.CallOption) (*speechpb.LongRunningRecognizeResponse, error) + func (op *LongRunningRecognizeOperation) Wait(ctx context.Context, opts ...gax.CallOption) (*speechpb.LongRunningRecognizeResponse, error)