Documentation ¶
Overview ¶
nolint
nolint
Index ¶
- type AsyncRecognizerClient
- func (c *AsyncRecognizerClient) DeleteRecognition(ctx context.Context, in *stt.DeleteRecognitionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
- func (c *AsyncRecognizerClient) GetRecognition(ctx context.Context, in *stt.GetRecognitionRequest, opts ...grpc.CallOption) (stt.AsyncRecognizer_GetRecognitionClient, error)
- func (c *AsyncRecognizerClient) RecognizeFile(ctx context.Context, in *stt.RecognizeFileRequest, opts ...grpc.CallOption) (*operation.Operation, error)
- type RecognizerClient
- type STT
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncRecognizerClient ¶
type AsyncRecognizerClient struct {
// contains filtered or unexported fields
}
AsyncRecognizerClient is a stt.AsyncRecognizerClient with lazy GRPC connection initialization.
func (*AsyncRecognizerClient) DeleteRecognition ¶
func (c *AsyncRecognizerClient) DeleteRecognition(ctx context.Context, in *stt.DeleteRecognitionRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
DeleteRecognition implements stt.AsyncRecognizerClient
func (*AsyncRecognizerClient) GetRecognition ¶
func (c *AsyncRecognizerClient) GetRecognition(ctx context.Context, in *stt.GetRecognitionRequest, opts ...grpc.CallOption) (stt.AsyncRecognizer_GetRecognitionClient, error)
GetRecognition implements stt.AsyncRecognizerClient
func (*AsyncRecognizerClient) RecognizeFile ¶
func (c *AsyncRecognizerClient) RecognizeFile(ctx context.Context, in *stt.RecognizeFileRequest, opts ...grpc.CallOption) (*operation.Operation, error)
RecognizeFile implements stt.AsyncRecognizerClient
type RecognizerClient ¶
type RecognizerClient struct {
// contains filtered or unexported fields
}
RecognizerClient is a stt.RecognizerClient with lazy GRPC connection initialization.
func (*RecognizerClient) RecognizeStreaming ¶
func (c *RecognizerClient) RecognizeStreaming(ctx context.Context, opts ...grpc.CallOption) (stt.Recognizer_RecognizeStreamingClient, error)
RecognizeStreaming implements stt.RecognizerClient
type STT ¶
type STT struct {
// contains filtered or unexported fields
}
STT provides access to "stt" component of Yandex.Cloud
func (*STT) AsyncRecognizer ¶
func (s *STT) AsyncRecognizer() *AsyncRecognizerClient
AsyncRecognizer gets AsyncRecognizer client
func (*STT) Recognizer ¶
func (s *STT) Recognizer() *RecognizerClient
Recognizer gets Recognizer client
Click to show internal directories.
Click to hide internal directories.