Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type SynthesisRequestServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *SynthesisRequestServer) GetCallerUid(_ context.Context, req *pb.GetCallerUidRequest) (*pb.GetCallerUidResponse, error) + func (s *SynthesisRequestServer) GetCharSequenceText(_ context.Context, req *pb.GetCharSequenceTextRequest) (*pb.GetCharSequenceTextResponse, error) + func (s *SynthesisRequestServer) GetCountry(_ context.Context, req *pb.GetCountryRequest) (*pb.GetCountryResponse, error) + func (s *SynthesisRequestServer) GetLanguage(_ context.Context, req *pb.GetLanguageRequest) (*pb.GetLanguageResponse, error) + func (s *SynthesisRequestServer) GetParams(_ context.Context, req *pb.GetParamsRequest) (*pb.GetParamsResponse, error) + func (s *SynthesisRequestServer) GetPitch(_ context.Context, req *pb.GetPitchRequest) (*pb.GetPitchResponse, error) + func (s *SynthesisRequestServer) GetSpeechRate(_ context.Context, req *pb.GetSpeechRateRequest) (*pb.GetSpeechRateResponse, error) + func (s *SynthesisRequestServer) GetText(_ context.Context, req *pb.GetTextRequest) (*pb.GetTextResponse, error) + func (s *SynthesisRequestServer) GetVariant(_ context.Context, req *pb.GetVariantRequest) (*pb.GetVariantResponse, error) + func (s *SynthesisRequestServer) GetVoiceName(_ context.Context, req *pb.GetVoiceNameRequest) (*pb.GetVoiceNameResponse, error) + func (s *SynthesisRequestServer) NewSynthesisRequest(_ context.Context, req *pb.NewSynthesisRequestRequest) (*pb.NewSynthesisRequestResponse, error) + type VoiceServer struct + Ctx *app.Context + Handles *handlestore.HandleStore + func (s *VoiceServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error) + func (s *VoiceServer) Equals(_ context.Context, req *pb.EqualsRequest) (*pb.EqualsResponse, error) + func (s *VoiceServer) GetFeatures(_ context.Context, req *pb.GetFeaturesRequest) (*pb.GetFeaturesResponse, error) + func (s *VoiceServer) GetLatency(_ context.Context, req *pb.GetLatencyRequest) (*pb.GetLatencyResponse, error) + func (s *VoiceServer) GetLocale(_ context.Context, req *pb.GetLocaleRequest) (*pb.GetLocaleResponse, error) + func (s *VoiceServer) GetName(_ context.Context, req *pb.GetNameRequest) (*pb.GetNameResponse, error) + func (s *VoiceServer) GetQuality(_ context.Context, req *pb.GetQualityRequest) (*pb.GetQualityResponse, error) + func (s *VoiceServer) HashCode(_ context.Context, req *pb.HashCodeRequest) (*pb.HashCodeResponse, error) + func (s *VoiceServer) IsNetworkConnectionRequired(_ context.Context, req *pb.IsNetworkConnectionRequiredRequest) (*pb.IsNetworkConnectionRequiredResponse, error) + func (s *VoiceServer) NewVoice(_ context.Context, req *pb.NewVoiceRequest) (*pb.NewVoiceResponse, error) + func (s *VoiceServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error) + func (s *VoiceServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)