speech

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlternativeSpanClient

type AlternativeSpanClient struct {
	// contains filtered or unexported fields
}

AlternativeSpanClient wraps the gRPC AlternativeSpanService client.

func NewAlternativeSpanClient

func NewAlternativeSpanClient(cc grpc.ClientConnInterface) *AlternativeSpanClient

NewAlternativeSpanClient creates a new AlternativeSpan client.

func (*AlternativeSpanClient) DescribeContents

func (c *AlternativeSpanClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*AlternativeSpanClient) Equals

func (c *AlternativeSpanClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*AlternativeSpanClient) GetAlternatives

func (c *AlternativeSpanClient) GetAlternatives(ctx context.Context, handle int64) (int64, error)

GetAlternatives calls the GetAlternatives RPC.

func (*AlternativeSpanClient) GetEndPosition

func (c *AlternativeSpanClient) GetEndPosition(ctx context.Context, handle int64) (int32, error)

GetEndPosition calls the GetEndPosition RPC.

func (*AlternativeSpanClient) GetStartPosition

func (c *AlternativeSpanClient) GetStartPosition(ctx context.Context, handle int64) (int32, error)

GetStartPosition calls the GetStartPosition RPC.

func (*AlternativeSpanClient) HashCode

func (c *AlternativeSpanClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*AlternativeSpanClient) ToString

func (c *AlternativeSpanClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*AlternativeSpanClient) WriteToParcel

func (c *AlternativeSpanClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type AlternativeSpansClient

type AlternativeSpansClient struct {
	// contains filtered or unexported fields
}

AlternativeSpansClient wraps the gRPC AlternativeSpansService client.

func NewAlternativeSpansClient

func NewAlternativeSpansClient(cc grpc.ClientConnInterface) *AlternativeSpansClient

NewAlternativeSpansClient creates a new AlternativeSpans client.

func (*AlternativeSpansClient) DescribeContents

func (c *AlternativeSpansClient) DescribeContents(ctx context.Context, handle int64) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*AlternativeSpansClient) Equals

func (c *AlternativeSpansClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*AlternativeSpansClient) GetSpans

func (c *AlternativeSpansClient) GetSpans(ctx context.Context, handle int64) (int64, error)

GetSpans calls the GetSpans RPC.

func (*AlternativeSpansClient) HashCode

func (c *AlternativeSpansClient) HashCode(ctx context.Context, handle int64) (int32, error)

HashCode calls the HashCode RPC.

func (*AlternativeSpansClient) ToString

func (c *AlternativeSpansClient) ToString(ctx context.Context, handle int64) (string, error)

ToString calls the ToString RPC.

func (*AlternativeSpansClient) WriteToParcel

func (c *AlternativeSpansClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type ModelDownloadListenerClient

type ModelDownloadListenerClient struct {
	// contains filtered or unexported fields
}

ModelDownloadListenerClient wraps the gRPC ModelDownloadListenerService client.

func NewModelDownloadListenerClient

func NewModelDownloadListenerClient(cc grpc.ClientConnInterface) *ModelDownloadListenerClient

NewModelDownloadListenerClient creates a new ModelDownloadListener client.

func (*ModelDownloadListenerClient) OnError

func (c *ModelDownloadListenerClient) OnError(ctx context.Context, arg0 int32) error

OnError calls the OnError RPC.

func (*ModelDownloadListenerClient) OnProgress

func (c *ModelDownloadListenerClient) OnProgress(ctx context.Context, arg0 int32) error

OnProgress calls the OnProgress RPC.

func (*ModelDownloadListenerClient) OnScheduled

func (c *ModelDownloadListenerClient) OnScheduled(ctx context.Context) error

OnScheduled calls the OnScheduled RPC.

func (*ModelDownloadListenerClient) OnSuccess

OnSuccess calls the OnSuccess RPC.

type RecognitionListenerClient

type RecognitionListenerClient struct {
	// contains filtered or unexported fields
}

RecognitionListenerClient wraps the gRPC RecognitionListenerService client.

func NewRecognitionListenerClient

func NewRecognitionListenerClient(cc grpc.ClientConnInterface) *RecognitionListenerClient

NewRecognitionListenerClient creates a new RecognitionListener client.

func (*RecognitionListenerClient) OnBeginningOfSpeech

func (c *RecognitionListenerClient) OnBeginningOfSpeech(ctx context.Context) error

OnBeginningOfSpeech calls the OnBeginningOfSpeech RPC.

func (*RecognitionListenerClient) OnBufferReceived

func (c *RecognitionListenerClient) OnBufferReceived(ctx context.Context, arg0 int64) error

OnBufferReceived calls the OnBufferReceived RPC.

func (*RecognitionListenerClient) OnEndOfSpeech

func (c *RecognitionListenerClient) OnEndOfSpeech(ctx context.Context) error

OnEndOfSpeech calls the OnEndOfSpeech RPC.

func (*RecognitionListenerClient) OnError

func (c *RecognitionListenerClient) OnError(ctx context.Context, arg0 int32) error

OnError calls the OnError RPC.

func (*RecognitionListenerClient) OnEvent

func (c *RecognitionListenerClient) OnEvent(ctx context.Context, arg0 int32, arg1 int64) error

OnEvent calls the OnEvent RPC.

func (*RecognitionListenerClient) OnPartialResults

func (c *RecognitionListenerClient) OnPartialResults(ctx context.Context, arg0 int64) error

OnPartialResults calls the OnPartialResults RPC.

func (*RecognitionListenerClient) OnReadyForSpeech

func (c *RecognitionListenerClient) OnReadyForSpeech(ctx context.Context, arg0 int64) error

OnReadyForSpeech calls the OnReadyForSpeech RPC.

func (*RecognitionListenerClient) OnResults

func (c *RecognitionListenerClient) OnResults(ctx context.Context, arg0 int64) error

OnResults calls the OnResults RPC.

func (*RecognitionListenerClient) OnRmsChanged

func (c *RecognitionListenerClient) OnRmsChanged(ctx context.Context, arg0 float32) error

OnRmsChanged calls the OnRmsChanged RPC.

type RecognitionPartBuilderClient

type RecognitionPartBuilderClient struct {
	// contains filtered or unexported fields
}

RecognitionPartBuilderClient wraps the gRPC RecognitionPartBuilderService client.

func NewRecognitionPartBuilderClient

func NewRecognitionPartBuilderClient(cc grpc.ClientConnInterface) *RecognitionPartBuilderClient

NewRecognitionPartBuilderClient creates a new RecognitionPartBuilder client.

func (*RecognitionPartBuilderClient) Build

Build calls the Build RPC.

func (*RecognitionPartBuilderClient) SetConfidenceLevel

func (c *RecognitionPartBuilderClient) SetConfidenceLevel(ctx context.Context, arg0 int32) (int64, error)

SetConfidenceLevel calls the SetConfidenceLevel RPC.

func (*RecognitionPartBuilderClient) SetFormattedText

func (c *RecognitionPartBuilderClient) SetFormattedText(ctx context.Context, arg0 string) (int64, error)

SetFormattedText calls the SetFormattedText RPC.

func (*RecognitionPartBuilderClient) SetRawText

func (c *RecognitionPartBuilderClient) SetRawText(ctx context.Context, arg0 string) (int64, error)

SetRawText calls the SetRawText RPC.

func (*RecognitionPartBuilderClient) SetTimestampMillis

func (c *RecognitionPartBuilderClient) SetTimestampMillis(ctx context.Context, arg0 int64) (int64, error)

SetTimestampMillis calls the SetTimestampMillis RPC.

type RecognitionPartClient

type RecognitionPartClient struct {
	// contains filtered or unexported fields
}

RecognitionPartClient wraps the gRPC RecognitionPartService client.

func NewRecognitionPartClient

func NewRecognitionPartClient(cc grpc.ClientConnInterface) *RecognitionPartClient

NewRecognitionPartClient creates a new RecognitionPart client.

func (*RecognitionPartClient) DescribeContents

func (c *RecognitionPartClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*RecognitionPartClient) Equals

func (c *RecognitionPartClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*RecognitionPartClient) GetConfidenceLevel

func (c *RecognitionPartClient) GetConfidenceLevel(ctx context.Context) (int32, error)

GetConfidenceLevel calls the GetConfidenceLevel RPC.

func (*RecognitionPartClient) GetFormattedText

func (c *RecognitionPartClient) GetFormattedText(ctx context.Context) (string, error)

GetFormattedText calls the GetFormattedText RPC.

func (*RecognitionPartClient) GetRawText

func (c *RecognitionPartClient) GetRawText(ctx context.Context) (string, error)

GetRawText calls the GetRawText RPC.

func (*RecognitionPartClient) GetTimestampMillis

func (c *RecognitionPartClient) GetTimestampMillis(ctx context.Context) (int64, error)

GetTimestampMillis calls the GetTimestampMillis RPC.

func (*RecognitionPartClient) HashCode

func (c *RecognitionPartClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*RecognitionPartClient) ToString

func (c *RecognitionPartClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*RecognitionPartClient) WriteToParcel

func (c *RecognitionPartClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type RecognitionServiceCallbackClient

type RecognitionServiceCallbackClient struct {
	// contains filtered or unexported fields
}

RecognitionServiceCallbackClient wraps the gRPC RecognitionServiceCallbackService client.

func NewRecognitionServiceCallbackClient

func NewRecognitionServiceCallbackClient(cc grpc.ClientConnInterface) *RecognitionServiceCallbackClient

NewRecognitionServiceCallbackClient creates a new RecognitionServiceCallback client.

func (*RecognitionServiceCallbackClient) BeginningOfSpeech

func (c *RecognitionServiceCallbackClient) BeginningOfSpeech(ctx context.Context) error

BeginningOfSpeech calls the BeginningOfSpeech RPC.

func (*RecognitionServiceCallbackClient) BufferReceived

func (c *RecognitionServiceCallbackClient) BufferReceived(ctx context.Context, arg0 int64) error

BufferReceived calls the BufferReceived RPC.

func (*RecognitionServiceCallbackClient) EndOfSegmentedSession

func (c *RecognitionServiceCallbackClient) EndOfSegmentedSession(ctx context.Context) error

EndOfSegmentedSession calls the EndOfSegmentedSession RPC.

func (*RecognitionServiceCallbackClient) EndOfSpeech

EndOfSpeech calls the EndOfSpeech RPC.

func (*RecognitionServiceCallbackClient) Error

Error calls the Error RPC.

func (*RecognitionServiceCallbackClient) GetCallingAttributionSource

func (c *RecognitionServiceCallbackClient) GetCallingAttributionSource(ctx context.Context) (int64, error)

GetCallingAttributionSource calls the GetCallingAttributionSource RPC.

func (*RecognitionServiceCallbackClient) GetCallingUid

func (c *RecognitionServiceCallbackClient) GetCallingUid(ctx context.Context) (int32, error)

GetCallingUid calls the GetCallingUid RPC.

func (*RecognitionServiceCallbackClient) LanguageDetection

func (c *RecognitionServiceCallbackClient) LanguageDetection(ctx context.Context, arg0 int64) error

LanguageDetection calls the LanguageDetection RPC.

func (*RecognitionServiceCallbackClient) PartialResults

func (c *RecognitionServiceCallbackClient) PartialResults(ctx context.Context, arg0 int64) error

PartialResults calls the PartialResults RPC.

func (*RecognitionServiceCallbackClient) ReadyForSpeech

func (c *RecognitionServiceCallbackClient) ReadyForSpeech(ctx context.Context, arg0 int64) error

ReadyForSpeech calls the ReadyForSpeech RPC.

func (*RecognitionServiceCallbackClient) Results

Results calls the Results RPC.

func (*RecognitionServiceCallbackClient) RmsChanged

RmsChanged calls the RmsChanged RPC.

func (*RecognitionServiceCallbackClient) SegmentResults

func (c *RecognitionServiceCallbackClient) SegmentResults(ctx context.Context, arg0 int64) error

SegmentResults calls the SegmentResults RPC.

type RecognitionServiceClient

type RecognitionServiceClient struct {
	// contains filtered or unexported fields
}

RecognitionServiceClient wraps the gRPC RecognitionServiceService client.

func NewRecognitionServiceClient

func NewRecognitionServiceClient(cc grpc.ClientConnInterface) *RecognitionServiceClient

NewRecognitionServiceClient creates a new RecognitionService client.

func (*RecognitionServiceClient) CreateContext

func (c *RecognitionServiceClient) CreateContext(ctx context.Context, arg0 int64) (int64, error)

CreateContext calls the CreateContext RPC.

func (*RecognitionServiceClient) GetMaxConcurrentSessionsCount

func (c *RecognitionServiceClient) GetMaxConcurrentSessionsCount(ctx context.Context) (int32, error)

GetMaxConcurrentSessionsCount calls the GetMaxConcurrentSessionsCount RPC.

func (*RecognitionServiceClient) OnBind

func (c *RecognitionServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)

OnBind calls the OnBind RPC.

func (*RecognitionServiceClient) OnCheckRecognitionSupport2_1

func (c *RecognitionServiceClient) OnCheckRecognitionSupport2_1(ctx context.Context, arg0 int64, arg1 int64) error

OnCheckRecognitionSupport2_1 calls the OnCheckRecognitionSupport2_1 RPC.

func (*RecognitionServiceClient) OnCheckRecognitionSupport3

func (c *RecognitionServiceClient) OnCheckRecognitionSupport3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnCheckRecognitionSupport3 calls the OnCheckRecognitionSupport3 RPC.

func (*RecognitionServiceClient) OnDestroy

func (c *RecognitionServiceClient) OnDestroy(ctx context.Context) error

OnDestroy calls the OnDestroy RPC.

func (*RecognitionServiceClient) OnTriggerModelDownload1

func (c *RecognitionServiceClient) OnTriggerModelDownload1(ctx context.Context, arg0 int64) error

OnTriggerModelDownload1 calls the OnTriggerModelDownload1 RPC.

func (*RecognitionServiceClient) OnTriggerModelDownload2_1

func (c *RecognitionServiceClient) OnTriggerModelDownload2_1(ctx context.Context, arg0 int64, arg1 int64) error

OnTriggerModelDownload2_1 calls the OnTriggerModelDownload2_1 RPC.

func (*RecognitionServiceClient) OnTriggerModelDownload3_2

func (c *RecognitionServiceClient) OnTriggerModelDownload3_2(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

OnTriggerModelDownload3_2 calls the OnTriggerModelDownload3_2 RPC.

type RecognitionServiceSupportCallbackClient

type RecognitionServiceSupportCallbackClient struct {
	// contains filtered or unexported fields
}

RecognitionServiceSupportCallbackClient wraps the gRPC RecognitionServiceSupportCallbackService client.

func NewRecognitionServiceSupportCallbackClient

func NewRecognitionServiceSupportCallbackClient(cc grpc.ClientConnInterface) *RecognitionServiceSupportCallbackClient

NewRecognitionServiceSupportCallbackClient creates a new RecognitionServiceSupportCallback client.

func (*RecognitionServiceSupportCallbackClient) OnError

OnError calls the OnError RPC.

func (*RecognitionServiceSupportCallbackClient) OnSupportResult

func (c *RecognitionServiceSupportCallbackClient) OnSupportResult(ctx context.Context, arg0 int64) error

OnSupportResult calls the OnSupportResult RPC.

type RecognitionSupportBuilderClient

type RecognitionSupportBuilderClient struct {
	// contains filtered or unexported fields
}

RecognitionSupportBuilderClient wraps the gRPC RecognitionSupportBuilderService client.

func NewRecognitionSupportBuilderClient

func NewRecognitionSupportBuilderClient(cc grpc.ClientConnInterface) *RecognitionSupportBuilderClient

NewRecognitionSupportBuilderClient creates a new RecognitionSupportBuilder client.

func (*RecognitionSupportBuilderClient) AddInstalledOnDeviceLanguage

func (c *RecognitionSupportBuilderClient) AddInstalledOnDeviceLanguage(ctx context.Context, arg0 string) (int64, error)

AddInstalledOnDeviceLanguage calls the AddInstalledOnDeviceLanguage RPC.

func (*RecognitionSupportBuilderClient) AddOnlineLanguage

func (c *RecognitionSupportBuilderClient) AddOnlineLanguage(ctx context.Context, arg0 string) (int64, error)

AddOnlineLanguage calls the AddOnlineLanguage RPC.

func (*RecognitionSupportBuilderClient) AddPendingOnDeviceLanguage

func (c *RecognitionSupportBuilderClient) AddPendingOnDeviceLanguage(ctx context.Context, arg0 string) (int64, error)

AddPendingOnDeviceLanguage calls the AddPendingOnDeviceLanguage RPC.

func (*RecognitionSupportBuilderClient) AddSupportedOnDeviceLanguage

func (c *RecognitionSupportBuilderClient) AddSupportedOnDeviceLanguage(ctx context.Context, arg0 string) (int64, error)

AddSupportedOnDeviceLanguage calls the AddSupportedOnDeviceLanguage RPC.

func (*RecognitionSupportBuilderClient) Build

Build calls the Build RPC.

type RecognitionSupportCallbackClient

type RecognitionSupportCallbackClient struct {
	// contains filtered or unexported fields
}

RecognitionSupportCallbackClient wraps the gRPC RecognitionSupportCallbackService client.

func NewRecognitionSupportCallbackClient

func NewRecognitionSupportCallbackClient(cc grpc.ClientConnInterface) *RecognitionSupportCallbackClient

NewRecognitionSupportCallbackClient creates a new RecognitionSupportCallback client.

func (*RecognitionSupportCallbackClient) OnError

OnError calls the OnError RPC.

func (*RecognitionSupportCallbackClient) OnSupportResult

func (c *RecognitionSupportCallbackClient) OnSupportResult(ctx context.Context, arg0 int64) error

OnSupportResult calls the OnSupportResult RPC.

type RecognitionSupportClient

type RecognitionSupportClient struct {
	// contains filtered or unexported fields
}

RecognitionSupportClient wraps the gRPC RecognitionSupportService client.

func NewRecognitionSupportClient

func NewRecognitionSupportClient(cc grpc.ClientConnInterface) *RecognitionSupportClient

NewRecognitionSupportClient creates a new RecognitionSupport client.

func (*RecognitionSupportClient) DescribeContents

func (c *RecognitionSupportClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*RecognitionSupportClient) Equals

func (c *RecognitionSupportClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*RecognitionSupportClient) GetInstalledOnDeviceLanguages

func (c *RecognitionSupportClient) GetInstalledOnDeviceLanguages(ctx context.Context) (int64, error)

GetInstalledOnDeviceLanguages calls the GetInstalledOnDeviceLanguages RPC.

func (*RecognitionSupportClient) GetOnlineLanguages

func (c *RecognitionSupportClient) GetOnlineLanguages(ctx context.Context) (int64, error)

GetOnlineLanguages calls the GetOnlineLanguages RPC.

func (*RecognitionSupportClient) GetPendingOnDeviceLanguages

func (c *RecognitionSupportClient) GetPendingOnDeviceLanguages(ctx context.Context) (int64, error)

GetPendingOnDeviceLanguages calls the GetPendingOnDeviceLanguages RPC.

func (*RecognitionSupportClient) GetSupportedOnDeviceLanguages

func (c *RecognitionSupportClient) GetSupportedOnDeviceLanguages(ctx context.Context) (int64, error)

GetSupportedOnDeviceLanguages calls the GetSupportedOnDeviceLanguages RPC.

func (*RecognitionSupportClient) HashCode

func (c *RecognitionSupportClient) HashCode(ctx context.Context) (int32, error)

HashCode calls the HashCode RPC.

func (*RecognitionSupportClient) ToString

func (c *RecognitionSupportClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

func (*RecognitionSupportClient) WriteToParcel

func (c *RecognitionSupportClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type RecognizerClient

type RecognizerClient struct {
	// contains filtered or unexported fields
}

RecognizerClient wraps the gRPC RecognizerService client.

func NewRecognizerClient

func NewRecognizerClient(cc grpc.ClientConnInterface) *RecognizerClient

NewRecognizerClient creates a new Recognizer client.

func (*RecognizerClient) Cancel

func (c *RecognizerClient) Cancel(ctx context.Context) error

Cancel calls the Cancel RPC.

func (*RecognizerClient) CheckRecognitionSupport

func (c *RecognizerClient) CheckRecognitionSupport(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

CheckRecognitionSupport calls the CheckRecognitionSupport RPC.

func (*RecognizerClient) CreateOnDeviceSpeechRecognizer

func (c *RecognizerClient) CreateOnDeviceSpeechRecognizer(ctx context.Context, arg0 int64) (int64, error)

CreateOnDeviceSpeechRecognizer calls the CreateOnDeviceSpeechRecognizer RPC.

func (*RecognizerClient) CreateSpeechRecognizer1

func (c *RecognizerClient) CreateSpeechRecognizer1(ctx context.Context, arg0 int64) (int64, error)

CreateSpeechRecognizer1 calls the CreateSpeechRecognizer1 RPC.

func (*RecognizerClient) CreateSpeechRecognizer2_1

func (c *RecognizerClient) CreateSpeechRecognizer2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)

CreateSpeechRecognizer2_1 calls the CreateSpeechRecognizer2_1 RPC.

func (*RecognizerClient) Destroy

func (c *RecognizerClient) Destroy(ctx context.Context) error

Destroy calls the Destroy RPC.

func (*RecognizerClient) IsOnDeviceRecognitionAvailable

func (c *RecognizerClient) IsOnDeviceRecognitionAvailable(ctx context.Context, arg0 int64) (bool, error)

IsOnDeviceRecognitionAvailable calls the IsOnDeviceRecognitionAvailable RPC.

func (*RecognizerClient) IsRecognitionAvailable

func (c *RecognizerClient) IsRecognitionAvailable(ctx context.Context, arg0 int64) (bool, error)

IsRecognitionAvailable calls the IsRecognitionAvailable RPC.

func (*RecognizerClient) SetRecognitionListener

func (c *RecognizerClient) SetRecognitionListener(ctx context.Context, arg0 int64) error

SetRecognitionListener calls the SetRecognitionListener RPC.

func (*RecognizerClient) StartListening

func (c *RecognizerClient) StartListening(ctx context.Context, arg0 int64) error

StartListening calls the StartListening RPC.

func (*RecognizerClient) StopListening

func (c *RecognizerClient) StopListening(ctx context.Context) error

StopListening calls the StopListening RPC.

func (*RecognizerClient) TriggerModelDownload1

func (c *RecognizerClient) TriggerModelDownload1(ctx context.Context, arg0 int64) error

TriggerModelDownload1 calls the TriggerModelDownload1 RPC.

func (*RecognizerClient) TriggerModelDownload3_1

func (c *RecognizerClient) TriggerModelDownload3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error

TriggerModelDownload3_1 calls the TriggerModelDownload3_1 RPC.

type RecognizerIntentClient

type RecognizerIntentClient struct {
	// contains filtered or unexported fields
}

RecognizerIntentClient wraps the gRPC RecognizerIntentService client.

func NewRecognizerIntentClient

func NewRecognizerIntentClient(cc grpc.ClientConnInterface) *RecognizerIntentClient

NewRecognizerIntentClient creates a new RecognizerIntent client.

func (*RecognizerIntentClient) GetVoiceDetailsIntent

func (c *RecognizerIntentClient) GetVoiceDetailsIntent(ctx context.Context, arg0 int64) (int64, error)

GetVoiceDetailsIntent calls the GetVoiceDetailsIntent RPC.

type TextToSpeechClient

type TextToSpeechClient struct {
	// contains filtered or unexported fields
}

TextToSpeechClient wraps the gRPC TextToSpeechService client.

func NewTextToSpeechClient

func NewTextToSpeechClient(cc grpc.ClientConnInterface) *TextToSpeechClient

NewTextToSpeechClient creates a new TextToSpeech client.

func (*TextToSpeechClient) AddEarcon2

func (c *TextToSpeechClient) AddEarcon2(ctx context.Context, handle int64, arg0 string, arg1 int64) (int32, error)

AddEarcon2 calls the AddEarcon2 RPC.

func (*TextToSpeechClient) AddEarcon2_1

func (c *TextToSpeechClient) AddEarcon2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int32, error)

AddEarcon2_1 calls the AddEarcon2_1 RPC.

func (*TextToSpeechClient) AddEarcon2_2

func (c *TextToSpeechClient) AddEarcon2_2(ctx context.Context, handle int64, arg0 string, arg1 string) (int32, error)

AddEarcon2_2 calls the AddEarcon2_2 RPC.

func (*TextToSpeechClient) AddEarcon3_3

func (c *TextToSpeechClient) AddEarcon3_3(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int32) (int32, error)

AddEarcon3_3 calls the AddEarcon3_3 RPC.

func (*TextToSpeechClient) AddSpeech2

func (c *TextToSpeechClient) AddSpeech2(ctx context.Context, handle int64, arg0 string, arg1 int64) (int32, error)

AddSpeech2 calls the AddSpeech2 RPC.

func (*TextToSpeechClient) AddSpeech2_1

func (c *TextToSpeechClient) AddSpeech2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int32, error)

AddSpeech2_1 calls the AddSpeech2_1 RPC.

func (*TextToSpeechClient) AddSpeech2_3

func (c *TextToSpeechClient) AddSpeech2_3(ctx context.Context, handle int64, arg0 string, arg1 string) (int32, error)

AddSpeech2_3 calls the AddSpeech2_3 RPC.

func (*TextToSpeechClient) AddSpeech3_2

func (c *TextToSpeechClient) AddSpeech3_2(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int32) (int32, error)

AddSpeech3_2 calls the AddSpeech3_2 RPC.

func (*TextToSpeechClient) AddSpeech3_4

func (c *TextToSpeechClient) AddSpeech3_4(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int32) (int32, error)

AddSpeech3_4 calls the AddSpeech3_4 RPC.

func (*TextToSpeechClient) AreDefaultsEnforced

func (c *TextToSpeechClient) AreDefaultsEnforced(ctx context.Context, handle int64) (bool, error)

AreDefaultsEnforced calls the AreDefaultsEnforced RPC.

func (*TextToSpeechClient) GetAvailableLanguages

func (c *TextToSpeechClient) GetAvailableLanguages(ctx context.Context, handle int64) (int64, error)

GetAvailableLanguages calls the GetAvailableLanguages RPC.

func (*TextToSpeechClient) GetDefaultEngine

func (c *TextToSpeechClient) GetDefaultEngine(ctx context.Context, handle int64) (string, error)

GetDefaultEngine calls the GetDefaultEngine RPC.

func (*TextToSpeechClient) GetDefaultLanguage

func (c *TextToSpeechClient) GetDefaultLanguage(ctx context.Context, handle int64) (int64, error)

GetDefaultLanguage calls the GetDefaultLanguage RPC.

func (*TextToSpeechClient) GetDefaultVoice

func (c *TextToSpeechClient) GetDefaultVoice(ctx context.Context, handle int64) (int64, error)

GetDefaultVoice calls the GetDefaultVoice RPC.

func (*TextToSpeechClient) GetEngines

func (c *TextToSpeechClient) GetEngines(ctx context.Context, handle int64) (int64, error)

GetEngines calls the GetEngines RPC.

func (*TextToSpeechClient) GetFeatures

func (c *TextToSpeechClient) GetFeatures(ctx context.Context, handle int64, arg0 int64) (int64, error)

GetFeatures calls the GetFeatures RPC.

func (*TextToSpeechClient) GetLanguage

func (c *TextToSpeechClient) GetLanguage(ctx context.Context, handle int64) (int64, error)

GetLanguage calls the GetLanguage RPC.

func (*TextToSpeechClient) GetMaxSpeechInputLength

func (c *TextToSpeechClient) GetMaxSpeechInputLength(ctx context.Context, handle int64) (int32, error)

GetMaxSpeechInputLength calls the GetMaxSpeechInputLength RPC.

func (*TextToSpeechClient) GetVoice

func (c *TextToSpeechClient) GetVoice(ctx context.Context, handle int64) (int64, error)

GetVoice calls the GetVoice RPC.

func (*TextToSpeechClient) GetVoices

func (c *TextToSpeechClient) GetVoices(ctx context.Context, handle int64) (int64, error)

GetVoices calls the GetVoices RPC.

func (*TextToSpeechClient) IsLanguageAvailable

func (c *TextToSpeechClient) IsLanguageAvailable(ctx context.Context, handle int64, arg0 int64) (int32, error)

IsLanguageAvailable calls the IsLanguageAvailable RPC.

func (*TextToSpeechClient) IsSpeaking

func (c *TextToSpeechClient) IsSpeaking(ctx context.Context, handle int64) (bool, error)

IsSpeaking calls the IsSpeaking RPC.

func (*TextToSpeechClient) PlayEarcon

func (c *TextToSpeechClient) PlayEarcon(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int64, arg3 string) (int32, error)

PlayEarcon calls the PlayEarcon RPC.

func (*TextToSpeechClient) PlaySilentUtterance

func (c *TextToSpeechClient) PlaySilentUtterance(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string) (int32, error)

PlaySilentUtterance calls the PlaySilentUtterance RPC.

func (*TextToSpeechClient) SetAudioAttributes

func (c *TextToSpeechClient) SetAudioAttributes(ctx context.Context, handle int64, arg0 int64) (int32, error)

SetAudioAttributes calls the SetAudioAttributes RPC.

func (*TextToSpeechClient) SetEngineByPackageName

func (c *TextToSpeechClient) SetEngineByPackageName(ctx context.Context, handle int64, arg0 string) (int32, error)

SetEngineByPackageName calls the SetEngineByPackageName RPC.

func (*TextToSpeechClient) SetLanguage

func (c *TextToSpeechClient) SetLanguage(ctx context.Context, handle int64, arg0 int64) (int32, error)

SetLanguage calls the SetLanguage RPC.

func (*TextToSpeechClient) SetOnUtteranceCompletedListener

func (c *TextToSpeechClient) SetOnUtteranceCompletedListener(ctx context.Context, handle int64, arg0 int64) (int32, error)

SetOnUtteranceCompletedListener calls the SetOnUtteranceCompletedListener RPC.

func (*TextToSpeechClient) SetOnUtteranceProgressListener

func (c *TextToSpeechClient) SetOnUtteranceProgressListener(ctx context.Context, handle int64, arg0 int64) (int32, error)

SetOnUtteranceProgressListener calls the SetOnUtteranceProgressListener RPC.

func (*TextToSpeechClient) SetPitch

func (c *TextToSpeechClient) SetPitch(ctx context.Context, handle int64, arg0 float32) (int32, error)

SetPitch calls the SetPitch RPC.

func (*TextToSpeechClient) SetSpeechRate

func (c *TextToSpeechClient) SetSpeechRate(ctx context.Context, handle int64, arg0 float32) (int32, error)

SetSpeechRate calls the SetSpeechRate RPC.

func (*TextToSpeechClient) SetVoice

func (c *TextToSpeechClient) SetVoice(ctx context.Context, handle int64, arg0 int64) (int32, error)

SetVoice calls the SetVoice RPC.

func (*TextToSpeechClient) Shutdown

func (c *TextToSpeechClient) Shutdown(ctx context.Context, handle int64) error

Shutdown calls the Shutdown RPC.

func (*TextToSpeechClient) Speak

func (c *TextToSpeechClient) Speak(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int64, arg3 string) (int32, error)

Speak calls the Speak RPC.

func (*TextToSpeechClient) Stop

func (c *TextToSpeechClient) Stop(ctx context.Context, handle int64) (int32, error)

Stop calls the Stop RPC.

func (*TextToSpeechClient) SynthesizeToFile4

func (c *TextToSpeechClient) SynthesizeToFile4(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, arg3 string) (int32, error)

SynthesizeToFile4 calls the SynthesizeToFile4 RPC.

func (*TextToSpeechClient) SynthesizeToFile4_1

func (c *TextToSpeechClient) SynthesizeToFile4_1(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, arg3 string) (int32, error)

SynthesizeToFile4_1 calls the SynthesizeToFile4_1 RPC.

type TextToSpeechEngineInfoClient

type TextToSpeechEngineInfoClient struct {
	// contains filtered or unexported fields
}

TextToSpeechEngineInfoClient wraps the gRPC TextToSpeechEngineInfoService client.

func NewTextToSpeechEngineInfoClient

func NewTextToSpeechEngineInfoClient(cc grpc.ClientConnInterface) *TextToSpeechEngineInfoClient

NewTextToSpeechEngineInfoClient creates a new TextToSpeechEngineInfo client.

func (*TextToSpeechEngineInfoClient) ToString

ToString calls the ToString RPC.

type TextToSpeechOnInitListenerClient

type TextToSpeechOnInitListenerClient struct {
	// contains filtered or unexported fields
}

TextToSpeechOnInitListenerClient wraps the gRPC TextToSpeechOnInitListenerService client.

func NewTextToSpeechOnInitListenerClient

func NewTextToSpeechOnInitListenerClient(cc grpc.ClientConnInterface) *TextToSpeechOnInitListenerClient

NewTextToSpeechOnInitListenerClient creates a new TextToSpeechOnInitListener client.

func (*TextToSpeechOnInitListenerClient) OnInit

OnInit calls the OnInit RPC.

type TextToSpeechOnUtteranceCompletedListenerClient

type TextToSpeechOnUtteranceCompletedListenerClient struct {
	// contains filtered or unexported fields
}

TextToSpeechOnUtteranceCompletedListenerClient wraps the gRPC TextToSpeechOnUtteranceCompletedListenerService client.

func NewTextToSpeechOnUtteranceCompletedListenerClient

func NewTextToSpeechOnUtteranceCompletedListenerClient(cc grpc.ClientConnInterface) *TextToSpeechOnUtteranceCompletedListenerClient

NewTextToSpeechOnUtteranceCompletedListenerClient creates a new TextToSpeechOnUtteranceCompletedListener client.

func (*TextToSpeechOnUtteranceCompletedListenerClient) OnUtteranceCompleted

func (c *TextToSpeechOnUtteranceCompletedListenerClient) OnUtteranceCompleted(ctx context.Context, arg0 string) error

OnUtteranceCompleted calls the OnUtteranceCompleted RPC.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL