Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type AlternativeSpanServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AlternativeSpanServer) DescribeContents(_ context.Context, req *pb.AlternativeSpanDescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *AlternativeSpanServer) Equals(_ context.Context, req *pb.AlternativeSpanEqualsRequest) (*pb.EqualsResponse, error) + func (s *AlternativeSpanServer) GetAlternatives(_ context.Context, req *pb.GetAlternativesRequest) (*pb.GetAlternativesResponse, error) + func (s *AlternativeSpanServer) GetEndPosition(_ context.Context, req *pb.GetEndPositionRequest) (*pb.GetEndPositionResponse, error) + func (s *AlternativeSpanServer) GetStartPosition(_ context.Context, req *pb.GetStartPositionRequest) (*pb.GetStartPositionResponse, error) + func (s *AlternativeSpanServer) HashCode(_ context.Context, req *pb.AlternativeSpanHashCodeRequest) (*pb.HashCodeResponse, error) + func (s *AlternativeSpanServer) NewAlternativeSpan(_ context.Context, req *pb.NewAlternativeSpanRequest) (*pb.NewAlternativeSpanResponse, error) + func (s *AlternativeSpanServer) ToString(_ context.Context, req *pb.AlternativeSpanToStringRequest) (*pb.ToStringResponse, error) + func (s *AlternativeSpanServer) WriteToParcel(_ context.Context, req *pb.AlternativeSpanWriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type AlternativeSpansServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *AlternativeSpansServer) DescribeContents(_ context.Context, req *pb.AlternativeSpansDescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *AlternativeSpansServer) Equals(_ context.Context, req *pb.AlternativeSpansEqualsRequest) (*pb.EqualsResponse, error) + func (s *AlternativeSpansServer) GetSpans(_ context.Context, req *pb.GetSpansRequest) (*pb.GetSpansResponse, error) + func (s *AlternativeSpansServer) HashCode(_ context.Context, req *pb.AlternativeSpansHashCodeRequest) (*pb.HashCodeResponse, error) + func (s *AlternativeSpansServer) NewAlternativeSpans(_ context.Context, req *pb.NewAlternativeSpansRequest) (*pb.NewAlternativeSpansResponse, error) + func (s *AlternativeSpansServer) ToString(_ context.Context, req *pb.AlternativeSpansToStringRequest) (*pb.ToStringResponse, error) + func (s *AlternativeSpansServer) WriteToParcel(_ context.Context, req *pb.AlternativeSpansWriteToParcelRequest) (*pb.WriteToParcelResponse, error) + type TextToSpeechServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *TextToSpeechServer) AddEarcon2(_ context.Context, req *pb.AddEarcon2Request) (*pb.AddEarcon2Response, error) + func (s *TextToSpeechServer) AddEarcon2_1(_ context.Context, req *pb.AddEarcon2_1Request) (*pb.AddEarcon2_1Response, error) + func (s *TextToSpeechServer) AddEarcon2_2(_ context.Context, req *pb.AddEarcon2_2Request) (*pb.AddEarcon2_2Response, error) + func (s *TextToSpeechServer) AddEarcon3_3(_ context.Context, req *pb.AddEarcon3_3Request) (*pb.AddEarcon3_3Response, error) + func (s *TextToSpeechServer) AddSpeech2(_ context.Context, req *pb.AddSpeech2Request) (*pb.AddSpeech2Response, error) + func (s *TextToSpeechServer) AddSpeech2_1(_ context.Context, req *pb.AddSpeech2_1Request) (*pb.AddSpeech2_1Response, error) + func (s *TextToSpeechServer) AddSpeech2_3(_ context.Context, req *pb.AddSpeech2_3Request) (*pb.AddSpeech2_3Response, error) + func (s *TextToSpeechServer) AddSpeech3_2(_ context.Context, req *pb.AddSpeech3_2Request) (*pb.AddSpeech3_2Response, error) + func (s *TextToSpeechServer) AddSpeech3_4(_ context.Context, req *pb.AddSpeech3_4Request) (*pb.AddSpeech3_4Response, error) + func (s *TextToSpeechServer) AreDefaultsEnforced(_ context.Context, req *pb.AreDefaultsEnforcedRequest) (*pb.AreDefaultsEnforcedResponse, error) + func (s *TextToSpeechServer) GetAvailableLanguages(_ context.Context, req *pb.GetAvailableLanguagesRequest) (*pb.GetAvailableLanguagesResponse, error) + func (s *TextToSpeechServer) GetDefaultEngine(_ context.Context, req *pb.GetDefaultEngineRequest) (*pb.GetDefaultEngineResponse, error) + func (s *TextToSpeechServer) GetDefaultLanguage(_ context.Context, req *pb.GetDefaultLanguageRequest) (*pb.GetDefaultLanguageResponse, error) + func (s *TextToSpeechServer) GetDefaultVoice(_ context.Context, req *pb.GetDefaultVoiceRequest) (*pb.GetDefaultVoiceResponse, error) + func (s *TextToSpeechServer) GetEngines(_ context.Context, req *pb.GetEnginesRequest) (*pb.GetEnginesResponse, error) + func (s *TextToSpeechServer) GetFeatures(_ context.Context, req *pb.GetFeaturesRequest) (*pb.GetFeaturesResponse, error) + func (s *TextToSpeechServer) GetLanguage(_ context.Context, req *pb.GetLanguageRequest) (*pb.GetLanguageResponse, error) + func (s *TextToSpeechServer) GetMaxSpeechInputLength(_ context.Context, req *pb.GetMaxSpeechInputLengthRequest) (*pb.GetMaxSpeechInputLengthResponse, error) + func (s *TextToSpeechServer) GetVoice(_ context.Context, req *pb.GetVoiceRequest) (*pb.GetVoiceResponse, error) + func (s *TextToSpeechServer) GetVoices(_ context.Context, req *pb.GetVoicesRequest) (*pb.GetVoicesResponse, error) + func (s *TextToSpeechServer) IsLanguageAvailable(_ context.Context, req *pb.IsLanguageAvailableRequest) (*pb.IsLanguageAvailableResponse, error) + func (s *TextToSpeechServer) IsSpeaking(_ context.Context, req *pb.IsSpeakingRequest) (*pb.IsSpeakingResponse, error) + func (s *TextToSpeechServer) NewTextToSpeech(_ context.Context, req *pb.NewTextToSpeechRequest) (*pb.NewTextToSpeechResponse, error) + func (s *TextToSpeechServer) PlayEarcon(_ context.Context, req *pb.PlayEarconRequest) (*pb.PlayEarconResponse, error) + func (s *TextToSpeechServer) PlaySilentUtterance(_ context.Context, req *pb.PlaySilentUtteranceRequest) (*pb.PlaySilentUtteranceResponse, error) + func (s *TextToSpeechServer) SetAudioAttributes(_ context.Context, req *pb.SetAudioAttributesRequest) (*pb.SetAudioAttributesResponse, error) + func (s *TextToSpeechServer) SetEngineByPackageName(_ context.Context, req *pb.SetEngineByPackageNameRequest) (*pb.SetEngineByPackageNameResponse, error) + func (s *TextToSpeechServer) SetLanguage(_ context.Context, req *pb.SetLanguageRequest) (*pb.SetLanguageResponse, error) + func (s *TextToSpeechServer) SetOnUtteranceCompletedListener(_ context.Context, req *pb.SetOnUtteranceCompletedListenerRequest) (*pb.SetOnUtteranceCompletedListenerResponse, error) + func (s *TextToSpeechServer) SetOnUtteranceProgressListener(_ context.Context, req *pb.SetOnUtteranceProgressListenerRequest) (*pb.SetOnUtteranceProgressListenerResponse, error) + func (s *TextToSpeechServer) SetPitch(_ context.Context, req *pb.SetPitchRequest) (*pb.SetPitchResponse, error) + func (s *TextToSpeechServer) SetSpeechRate(_ context.Context, req *pb.SetSpeechRateRequest) (*pb.SetSpeechRateResponse, error) + func (s *TextToSpeechServer) SetVoice(_ context.Context, req *pb.SetVoiceRequest) (*pb.SetVoiceResponse, error) + func (s *TextToSpeechServer) Shutdown(_ context.Context, req *pb.ShutdownRequest) (*pb.ShutdownResponse, error) + func (s *TextToSpeechServer) Speak(_ context.Context, req *pb.SpeakRequest) (*pb.SpeakResponse, error) + func (s *TextToSpeechServer) Stop(_ context.Context, req *pb.StopRequest) (*pb.StopResponse, error) + func (s *TextToSpeechServer) SynthesizeToFile4(_ context.Context, req *pb.SynthesizeToFile4Request) (*pb.SynthesizeToFile4Response, error) + func (s *TextToSpeechServer) SynthesizeToFile4_1(_ context.Context, req *pb.SynthesizeToFile4_1Request) (*pb.SynthesizeToFile4_1Response, error)