Documentation
¶
Index ¶
- type AlternativeSpanClient
- func (c *AlternativeSpanClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *AlternativeSpanClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *AlternativeSpanClient) GetAlternatives(ctx context.Context, handle int64) (int64, error)
- func (c *AlternativeSpanClient) GetEndPosition(ctx context.Context, handle int64) (int32, error)
- func (c *AlternativeSpanClient) GetStartPosition(ctx context.Context, handle int64) (int32, error)
- func (c *AlternativeSpanClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *AlternativeSpanClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *AlternativeSpanClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type AlternativeSpansClient
- func (c *AlternativeSpansClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *AlternativeSpansClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *AlternativeSpansClient) GetSpans(ctx context.Context, handle int64) (int64, error)
- func (c *AlternativeSpansClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *AlternativeSpansClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *AlternativeSpansClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type ModelDownloadListenerClient
- func (c *ModelDownloadListenerClient) OnError(ctx context.Context, arg0 int32) error
- func (c *ModelDownloadListenerClient) OnProgress(ctx context.Context, arg0 int32) error
- func (c *ModelDownloadListenerClient) OnScheduled(ctx context.Context) error
- func (c *ModelDownloadListenerClient) OnSuccess(ctx context.Context) error
- type RecognitionListenerClient
- func (c *RecognitionListenerClient) OnBeginningOfSpeech(ctx context.Context) error
- func (c *RecognitionListenerClient) OnBufferReceived(ctx context.Context, arg0 int64) error
- func (c *RecognitionListenerClient) OnEndOfSpeech(ctx context.Context) error
- func (c *RecognitionListenerClient) OnError(ctx context.Context, arg0 int32) error
- func (c *RecognitionListenerClient) OnEvent(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *RecognitionListenerClient) OnPartialResults(ctx context.Context, arg0 int64) error
- func (c *RecognitionListenerClient) OnReadyForSpeech(ctx context.Context, arg0 int64) error
- func (c *RecognitionListenerClient) OnResults(ctx context.Context, arg0 int64) error
- func (c *RecognitionListenerClient) OnRmsChanged(ctx context.Context, arg0 float32) error
- type RecognitionPartBuilderClient
- func (c *RecognitionPartBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *RecognitionPartBuilderClient) SetConfidenceLevel(ctx context.Context, arg0 int32) (int64, error)
- func (c *RecognitionPartBuilderClient) SetFormattedText(ctx context.Context, arg0 string) (int64, error)
- func (c *RecognitionPartBuilderClient) SetRawText(ctx context.Context, arg0 string) (int64, error)
- func (c *RecognitionPartBuilderClient) SetTimestampMillis(ctx context.Context, arg0 int64) (int64, error)
- type RecognitionPartClient
- func (c *RecognitionPartClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *RecognitionPartClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *RecognitionPartClient) GetConfidenceLevel(ctx context.Context) (int32, error)
- func (c *RecognitionPartClient) GetFormattedText(ctx context.Context) (string, error)
- func (c *RecognitionPartClient) GetRawText(ctx context.Context) (string, error)
- func (c *RecognitionPartClient) GetTimestampMillis(ctx context.Context) (int64, error)
- func (c *RecognitionPartClient) HashCode(ctx context.Context) (int32, error)
- func (c *RecognitionPartClient) ToString(ctx context.Context) (string, error)
- func (c *RecognitionPartClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type RecognitionServiceCallbackClient
- func (c *RecognitionServiceCallbackClient) BeginningOfSpeech(ctx context.Context) error
- func (c *RecognitionServiceCallbackClient) BufferReceived(ctx context.Context, arg0 int64) error
- func (c *RecognitionServiceCallbackClient) EndOfSegmentedSession(ctx context.Context) error
- func (c *RecognitionServiceCallbackClient) EndOfSpeech(ctx context.Context) error
- func (c *RecognitionServiceCallbackClient) Error(ctx context.Context, arg0 int32) error
- func (c *RecognitionServiceCallbackClient) GetCallingAttributionSource(ctx context.Context) (int64, error)
- func (c *RecognitionServiceCallbackClient) GetCallingUid(ctx context.Context) (int32, error)
- func (c *RecognitionServiceCallbackClient) LanguageDetection(ctx context.Context, arg0 int64) error
- func (c *RecognitionServiceCallbackClient) PartialResults(ctx context.Context, arg0 int64) error
- func (c *RecognitionServiceCallbackClient) ReadyForSpeech(ctx context.Context, arg0 int64) error
- func (c *RecognitionServiceCallbackClient) Results(ctx context.Context, arg0 int64) error
- func (c *RecognitionServiceCallbackClient) RmsChanged(ctx context.Context, arg0 float32) error
- func (c *RecognitionServiceCallbackClient) SegmentResults(ctx context.Context, arg0 int64) error
- type RecognitionServiceClient
- func (c *RecognitionServiceClient) CreateContext(ctx context.Context, arg0 int64) (int64, error)
- func (c *RecognitionServiceClient) GetMaxConcurrentSessionsCount(ctx context.Context) (int32, error)
- func (c *RecognitionServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *RecognitionServiceClient) OnCheckRecognitionSupport2_1(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RecognitionServiceClient) OnCheckRecognitionSupport3(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *RecognitionServiceClient) OnDestroy(ctx context.Context) error
- func (c *RecognitionServiceClient) OnTriggerModelDownload1(ctx context.Context, arg0 int64) error
- func (c *RecognitionServiceClient) OnTriggerModelDownload2_1(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RecognitionServiceClient) OnTriggerModelDownload3_2(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- type RecognitionServiceSupportCallbackClient
- type RecognitionSupportBuilderClient
- func (c *RecognitionSupportBuilderClient) AddInstalledOnDeviceLanguage(ctx context.Context, arg0 string) (int64, error)
- func (c *RecognitionSupportBuilderClient) AddOnlineLanguage(ctx context.Context, arg0 string) (int64, error)
- func (c *RecognitionSupportBuilderClient) AddPendingOnDeviceLanguage(ctx context.Context, arg0 string) (int64, error)
- func (c *RecognitionSupportBuilderClient) AddSupportedOnDeviceLanguage(ctx context.Context, arg0 string) (int64, error)
- func (c *RecognitionSupportBuilderClient) Build(ctx context.Context) (int64, error)
- type RecognitionSupportCallbackClient
- type RecognitionSupportClient
- func (c *RecognitionSupportClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *RecognitionSupportClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *RecognitionSupportClient) GetInstalledOnDeviceLanguages(ctx context.Context) (int64, error)
- func (c *RecognitionSupportClient) GetOnlineLanguages(ctx context.Context) (int64, error)
- func (c *RecognitionSupportClient) GetPendingOnDeviceLanguages(ctx context.Context) (int64, error)
- func (c *RecognitionSupportClient) GetSupportedOnDeviceLanguages(ctx context.Context) (int64, error)
- func (c *RecognitionSupportClient) HashCode(ctx context.Context) (int32, error)
- func (c *RecognitionSupportClient) ToString(ctx context.Context) (string, error)
- func (c *RecognitionSupportClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type RecognizerClient
- func (c *RecognizerClient) Cancel(ctx context.Context) error
- func (c *RecognizerClient) CheckRecognitionSupport(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- func (c *RecognizerClient) CreateOnDeviceSpeechRecognizer(ctx context.Context, arg0 int64) (int64, error)
- func (c *RecognizerClient) CreateSpeechRecognizer1(ctx context.Context, arg0 int64) (int64, error)
- func (c *RecognizerClient) CreateSpeechRecognizer2_1(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *RecognizerClient) Destroy(ctx context.Context) error
- func (c *RecognizerClient) IsOnDeviceRecognitionAvailable(ctx context.Context, arg0 int64) (bool, error)
- func (c *RecognizerClient) IsRecognitionAvailable(ctx context.Context, arg0 int64) (bool, error)
- func (c *RecognizerClient) SetRecognitionListener(ctx context.Context, arg0 int64) error
- func (c *RecognizerClient) StartListening(ctx context.Context, arg0 int64) error
- func (c *RecognizerClient) StopListening(ctx context.Context) error
- func (c *RecognizerClient) TriggerModelDownload1(ctx context.Context, arg0 int64) error
- func (c *RecognizerClient) TriggerModelDownload3_1(ctx context.Context, arg0 int64, arg1 int64, arg2 int64) error
- type RecognizerIntentClient
- type TextToSpeechClient
- func (c *TextToSpeechClient) AddEarcon2(ctx context.Context, handle int64, arg0 string, arg1 int64) (int32, error)
- func (c *TextToSpeechClient) AddEarcon2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int32, error)
- func (c *TextToSpeechClient) AddEarcon2_2(ctx context.Context, handle int64, arg0 string, arg1 string) (int32, error)
- func (c *TextToSpeechClient) AddEarcon3_3(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int32) (int32, error)
- func (c *TextToSpeechClient) AddSpeech2(ctx context.Context, handle int64, arg0 string, arg1 int64) (int32, error)
- func (c *TextToSpeechClient) AddSpeech2_1(ctx context.Context, handle int64, arg0 string, arg1 int64) (int32, error)
- func (c *TextToSpeechClient) AddSpeech2_3(ctx context.Context, handle int64, arg0 string, arg1 string) (int32, error)
- func (c *TextToSpeechClient) AddSpeech3_2(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int32) (int32, error)
- func (c *TextToSpeechClient) AddSpeech3_4(ctx context.Context, handle int64, arg0 string, arg1 string, arg2 int32) (int32, error)
- func (c *TextToSpeechClient) AreDefaultsEnforced(ctx context.Context, handle int64) (bool, error)
- func (c *TextToSpeechClient) GetAvailableLanguages(ctx context.Context, handle int64) (int64, error)
- func (c *TextToSpeechClient) GetDefaultEngine(ctx context.Context, handle int64) (string, error)
- func (c *TextToSpeechClient) GetDefaultLanguage(ctx context.Context, handle int64) (int64, error)
- func (c *TextToSpeechClient) GetDefaultVoice(ctx context.Context, handle int64) (int64, error)
- func (c *TextToSpeechClient) GetEngines(ctx context.Context, handle int64) (int64, error)
- func (c *TextToSpeechClient) GetFeatures(ctx context.Context, handle int64, arg0 int64) (int64, error)
- func (c *TextToSpeechClient) GetLanguage(ctx context.Context, handle int64) (int64, error)
- func (c *TextToSpeechClient) GetMaxSpeechInputLength(ctx context.Context, handle int64) (int32, error)
- func (c *TextToSpeechClient) GetVoice(ctx context.Context, handle int64) (int64, error)
- func (c *TextToSpeechClient) GetVoices(ctx context.Context, handle int64) (int64, error)
- func (c *TextToSpeechClient) IsLanguageAvailable(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *TextToSpeechClient) IsSpeaking(ctx context.Context, handle int64) (bool, error)
- func (c *TextToSpeechClient) PlayEarcon(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int64, ...) (int32, error)
- func (c *TextToSpeechClient) PlaySilentUtterance(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 string) (int32, error)
- func (c *TextToSpeechClient) SetAudioAttributes(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *TextToSpeechClient) SetEngineByPackageName(ctx context.Context, handle int64, arg0 string) (int32, error)
- func (c *TextToSpeechClient) SetLanguage(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *TextToSpeechClient) SetOnUtteranceCompletedListener(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *TextToSpeechClient) SetOnUtteranceProgressListener(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *TextToSpeechClient) SetPitch(ctx context.Context, handle int64, arg0 float32) (int32, error)
- func (c *TextToSpeechClient) SetSpeechRate(ctx context.Context, handle int64, arg0 float32) (int32, error)
- func (c *TextToSpeechClient) SetVoice(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *TextToSpeechClient) Shutdown(ctx context.Context, handle int64) error
- func (c *TextToSpeechClient) Speak(ctx context.Context, handle int64, arg0 string, arg1 int32, arg2 int64, ...) (int32, error)
- func (c *TextToSpeechClient) Stop(ctx context.Context, handle int64) (int32, error)
- func (c *TextToSpeechClient) SynthesizeToFile4(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, ...) (int32, error)
- func (c *TextToSpeechClient) SynthesizeToFile4_1(ctx context.Context, handle int64, arg0 string, arg1 int64, arg2 int64, ...) (int32, error)
- type TextToSpeechEngineInfoClient
- type TextToSpeechOnInitListenerClient
- type TextToSpeechOnUtteranceCompletedListenerClient
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 ¶
DescribeContents calls the DescribeContents RPC.
func (*AlternativeSpanClient) GetAlternatives ¶
GetAlternatives calls the GetAlternatives RPC.
func (*AlternativeSpanClient) GetEndPosition ¶
GetEndPosition calls the GetEndPosition RPC.
func (*AlternativeSpanClient) GetStartPosition ¶
GetStartPosition calls the GetStartPosition 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 ¶
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) 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.
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) 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 ¶
func (c *RecognitionPartBuilderClient) Build(ctx context.Context) (int64, error)
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 ¶
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) 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 ¶
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 ¶
func (c *RecognitionServiceCallbackClient) EndOfSpeech(ctx context.Context) error
EndOfSpeech calls the EndOfSpeech RPC.
func (*RecognitionServiceCallbackClient) Error ¶
func (c *RecognitionServiceCallbackClient) Error(ctx context.Context, arg0 int32) 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 ¶
func (c *RecognitionServiceCallbackClient) Results(ctx context.Context, arg0 int64) error
Results calls the Results RPC.
func (*RecognitionServiceCallbackClient) RmsChanged ¶
func (c *RecognitionServiceCallbackClient) RmsChanged(ctx context.Context, arg0 float32) error
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 ¶
CreateContext calls the CreateContext RPC.
func (*RecognitionServiceClient) GetMaxConcurrentSessionsCount ¶
func (c *RecognitionServiceClient) GetMaxConcurrentSessionsCount(ctx context.Context) (int32, error)
GetMaxConcurrentSessionsCount calls the GetMaxConcurrentSessionsCount 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 ¶
func (c *RecognitionServiceSupportCallbackClient) OnError(ctx context.Context, arg0 int32) error
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.
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 ¶
func (c *RecognitionSupportCallbackClient) OnError(ctx context.Context, arg0 int32) error
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) 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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
GetDefaultEngine calls the GetDefaultEngine RPC.
func (*TextToSpeechClient) GetDefaultLanguage ¶
GetDefaultLanguage calls the GetDefaultLanguage RPC.
func (*TextToSpeechClient) GetDefaultVoice ¶
GetDefaultVoice calls the GetDefaultVoice RPC.
func (*TextToSpeechClient) GetEngines ¶
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 ¶
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) IsLanguageAvailable ¶
func (c *TextToSpeechClient) IsLanguageAvailable(ctx context.Context, handle int64, arg0 int64) (int32, error)
IsLanguageAvailable calls the IsLanguageAvailable RPC.
func (*TextToSpeechClient) IsSpeaking ¶
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) 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.
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.
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.
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.