Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type GestureClient struct + func NewGestureClient(cc grpc.ClientConnInterface) *GestureClient + func (c *GestureClient) AddStroke(ctx context.Context, handle int64, arg0 int64) error + func (c *GestureClient) Clone(ctx context.Context, handle int64) (int64, error) + func (c *GestureClient) DescribeContents(ctx context.Context, handle int64) (int32, error) + func (c *GestureClient) GetBoundingBox(ctx context.Context, handle int64) (int64, error) + func (c *GestureClient) GetID(ctx context.Context, handle int64) (int64, error) + func (c *GestureClient) GetLength(ctx context.Context, handle int64) (float32, error) + func (c *GestureClient) GetStrokes(ctx context.Context, handle int64) (int64, error) + func (c *GestureClient) GetStrokesCount(ctx context.Context, handle int64) (int32, error) + func (c *GestureClient) ToBitmap4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) (int64, error) + func (c *GestureClient) ToBitmap5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) (int64, error) + func (c *GestureClient) ToPath0(ctx context.Context, handle int64) (int64, error) + func (c *GestureClient) ToPath1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *GestureClient) ToPath4_3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) (int64, error) + func (c *GestureClient) ToPath5_2(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, ...) (int64, error) + func (c *GestureClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error + type LibrariesClient struct + func NewLibrariesClient(cc grpc.ClientConnInterface) *LibrariesClient + func (c *LibrariesClient) FromFile1(ctx context.Context, arg0 int64) (int64, error) + func (c *LibrariesClient) FromFile1_1(ctx context.Context, arg0 string) (int64, error) + func (c *LibrariesClient) FromFileDescriptor(ctx context.Context, arg0 int64) (int64, error) + func (c *LibrariesClient) FromPrivateFile(ctx context.Context, arg0 int64, arg1 string) (int64, error) + func (c *LibrariesClient) FromRawResource(ctx context.Context, arg0 int64, arg1 int32) (int64, error) + type LibraryClient struct + func NewLibraryClient(cc grpc.ClientConnInterface) *LibraryClient + func (c *LibraryClient) AddGesture(ctx context.Context, arg0 string, arg1 int64) error + func (c *LibraryClient) GetGestureEntries(ctx context.Context) (int64, error) + func (c *LibraryClient) GetGestures(ctx context.Context, arg0 string) (int64, error) + func (c *LibraryClient) GetOrientationStyle(ctx context.Context) (int32, error) + func (c *LibraryClient) GetSequenceType(ctx context.Context) (int32, error) + func (c *LibraryClient) IsReadOnly(ctx context.Context) (bool, error) + func (c *LibraryClient) Load(ctx context.Context) (bool, error) + func (c *LibraryClient) Recognize(ctx context.Context, arg0 int64) (int64, error) + func (c *LibraryClient) RemoveEntry(ctx context.Context, arg0 string) error + func (c *LibraryClient) RemoveGesture(ctx context.Context, arg0 string, arg1 int64) error + func (c *LibraryClient) Save(ctx context.Context) (bool, error) + func (c *LibraryClient) SetOrientationStyle(ctx context.Context, arg0 int32) error + func (c *LibraryClient) SetSequenceType(ctx context.Context, arg0 int32) error + type OverlayViewClient struct + func NewOverlayViewClient(cc grpc.ClientConnInterface) *OverlayViewClient + func (c *OverlayViewClient) AddOnGestureListener(ctx context.Context, handle int64, arg0 int64) error + func (c *OverlayViewClient) AddOnGesturePerformedListener(ctx context.Context, handle int64, arg0 int64) error + func (c *OverlayViewClient) AddOnGesturingListener(ctx context.Context, handle int64, arg0 int64) error + func (c *OverlayViewClient) CancelClearAnimation(ctx context.Context, handle int64) error + func (c *OverlayViewClient) CancelGesture(ctx context.Context, handle int64) error + func (c *OverlayViewClient) Clear(ctx context.Context, handle int64, arg0 bool) error + func (c *OverlayViewClient) DispatchTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *OverlayViewClient) Draw(ctx context.Context, handle int64, arg0 int64) error + func (c *OverlayViewClient) GetCurrentStroke(ctx context.Context, handle int64) (int64, error) + func (c *OverlayViewClient) GetFadeOffset(ctx context.Context, handle int64) (int64, error) + func (c *OverlayViewClient) GetGesture(ctx context.Context, handle int64) (int64, error) + func (c *OverlayViewClient) GetGestureColor(ctx context.Context, handle int64) (int32, error) + func (c *OverlayViewClient) GetGesturePath0(ctx context.Context, handle int64) (int64, error) + func (c *OverlayViewClient) GetGesturePath1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *OverlayViewClient) GetGestureStrokeAngleThreshold(ctx context.Context, handle int64) (float32, error) + func (c *OverlayViewClient) GetGestureStrokeLengthThreshold(ctx context.Context, handle int64) (float32, error) + func (c *OverlayViewClient) GetGestureStrokeSquarenessTreshold(ctx context.Context, handle int64) (float32, error) + func (c *OverlayViewClient) GetGestureStrokeType(ctx context.Context, handle int64) (int32, error) + func (c *OverlayViewClient) GetGestureStrokeWidth(ctx context.Context, handle int64) (float32, error) + func (c *OverlayViewClient) GetOrientation(ctx context.Context, handle int64) (int32, error) + func (c *OverlayViewClient) GetUncertainGestureColor(ctx context.Context, handle int64) (int32, error) + func (c *OverlayViewClient) IsEventsInterceptionEnabled(ctx context.Context, handle int64) (bool, error) + func (c *OverlayViewClient) IsFadeEnabled(ctx context.Context, handle int64) (bool, error) + func (c *OverlayViewClient) IsGestureVisible(ctx context.Context, handle int64) (bool, error) + func (c *OverlayViewClient) IsGesturing(ctx context.Context, handle int64) (bool, error) + func (c *OverlayViewClient) RemoveAllOnGestureListeners(ctx context.Context, handle int64) error + func (c *OverlayViewClient) RemoveAllOnGesturePerformedListeners(ctx context.Context, handle int64) error + func (c *OverlayViewClient) RemoveAllOnGesturingListeners(ctx context.Context, handle int64) error + func (c *OverlayViewClient) RemoveOnGestureListener(ctx context.Context, handle int64, arg0 int64) error + func (c *OverlayViewClient) RemoveOnGesturePerformedListener(ctx context.Context, handle int64, arg0 int64) error + func (c *OverlayViewClient) RemoveOnGesturingListener(ctx context.Context, handle int64, arg0 int64) error + func (c *OverlayViewClient) SetEventsInterceptionEnabled(ctx context.Context, handle int64, arg0 bool) error + func (c *OverlayViewClient) SetFadeEnabled(ctx context.Context, handle int64, arg0 bool) error + func (c *OverlayViewClient) SetFadeOffset(ctx context.Context, handle int64, arg0 int64) error + func (c *OverlayViewClient) SetGesture(ctx context.Context, handle int64, arg0 int64) error + func (c *OverlayViewClient) SetGestureColor(ctx context.Context, handle int64, arg0 int32) error + func (c *OverlayViewClient) SetGestureStrokeAngleThreshold(ctx context.Context, handle int64, arg0 float32) error + func (c *OverlayViewClient) SetGestureStrokeLengthThreshold(ctx context.Context, handle int64, arg0 float32) error + func (c *OverlayViewClient) SetGestureStrokeSquarenessTreshold(ctx context.Context, handle int64, arg0 float32) error + func (c *OverlayViewClient) SetGestureStrokeType(ctx context.Context, handle int64, arg0 int32) error + func (c *OverlayViewClient) SetGestureStrokeWidth(ctx context.Context, handle int64, arg0 float32) error + func (c *OverlayViewClient) SetGestureVisible(ctx context.Context, handle int64, arg0 bool) error + func (c *OverlayViewClient) SetOrientation(ctx context.Context, handle int64, arg0 int32) error + func (c *OverlayViewClient) SetUncertainGestureColor(ctx context.Context, handle int64, arg0 int32) error + type OverlayViewOnGestureListenerClient struct + func NewOverlayViewOnGestureListenerClient(cc grpc.ClientConnInterface) *OverlayViewOnGestureListenerClient + func (c *OverlayViewOnGestureListenerClient) OnGesture(ctx context.Context, arg0 int64, arg1 int64) error + func (c *OverlayViewOnGestureListenerClient) OnGestureCancelled(ctx context.Context, arg0 int64, arg1 int64) error + func (c *OverlayViewOnGestureListenerClient) OnGestureEnded(ctx context.Context, arg0 int64, arg1 int64) error + func (c *OverlayViewOnGestureListenerClient) OnGestureStarted(ctx context.Context, arg0 int64, arg1 int64) error + type OverlayViewOnGesturePerformedListenerClient struct + func NewOverlayViewOnGesturePerformedListenerClient(cc grpc.ClientConnInterface) *OverlayViewOnGesturePerformedListenerClient + func (c *OverlayViewOnGesturePerformedListenerClient) OnGesturePerformed(ctx context.Context, arg0 int64, arg1 int64) error + type OverlayViewOnGesturingListenerClient struct + func NewOverlayViewOnGesturingListenerClient(cc grpc.ClientConnInterface) *OverlayViewOnGesturingListenerClient + func (c *OverlayViewOnGesturingListenerClient) OnGesturingEnded(ctx context.Context, arg0 int64) error + func (c *OverlayViewOnGesturingListenerClient) OnGesturingStarted(ctx context.Context, arg0 int64) error + type PointClient struct + func NewPointClient(cc grpc.ClientConnInterface) *PointClient + func (c *PointClient) Clone(ctx context.Context, handle int64) (int64, error) + type PredictionClient struct + func NewPredictionClient(cc grpc.ClientConnInterface) *PredictionClient + func (c *PredictionClient) ToString(ctx context.Context) (string, error) + type StoreClient struct + func NewStoreClient(cc grpc.ClientConnInterface) *StoreClient + func (c *StoreClient) AddGesture(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *StoreClient) GetGestureEntries(ctx context.Context, handle int64) (int64, error) + func (c *StoreClient) GetGestures(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *StoreClient) GetOrientationStyle(ctx context.Context, handle int64) (int32, error) + func (c *StoreClient) GetSequenceType(ctx context.Context, handle int64) (int32, error) + func (c *StoreClient) HasChanged(ctx context.Context, handle int64) (bool, error) + func (c *StoreClient) Load1(ctx context.Context, handle int64, arg0 int64) error + func (c *StoreClient) Load2_1(ctx context.Context, handle int64, arg0 int64, arg1 bool) error + func (c *StoreClient) Recognize(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *StoreClient) RemoveEntry(ctx context.Context, handle int64, arg0 string) error + func (c *StoreClient) RemoveGesture(ctx context.Context, handle int64, arg0 string, arg1 int64) error + func (c *StoreClient) Save1(ctx context.Context, handle int64, arg0 int64) error + func (c *StoreClient) Save2_1(ctx context.Context, handle int64, arg0 int64, arg1 bool) error + func (c *StoreClient) SetOrientationStyle(ctx context.Context, handle int64, arg0 int32) error + func (c *StoreClient) SetSequenceType(ctx context.Context, handle int64, arg0 int32) error + type StrokeClient struct + func NewStrokeClient(cc grpc.ClientConnInterface) *StrokeClient + func (c *StrokeClient) ClearPath(ctx context.Context, handle int64) error + func (c *StrokeClient) Clone(ctx context.Context, handle int64) (int64, error) + func (c *StrokeClient) ComputeOrientedBoundingBox(ctx context.Context, handle int64) (int64, error) + func (c *StrokeClient) GetPath(ctx context.Context, handle int64) (int64, error) + func (c *StrokeClient) ToPath(ctx context.Context, handle int64, arg0 float32, arg1 float32, arg2 int32) (int64, error) + type UtilsClient struct + func NewUtilsClient(cc grpc.ClientConnInterface) *UtilsClient + func (c *UtilsClient) ComputeOrientedBoundingBox(ctx context.Context, arg0 int64) (int64, error) + func (c *UtilsClient) SpatialSampling2(ctx context.Context, arg0 int64, arg1 int32) (int64, error) + func (c *UtilsClient) SpatialSampling3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 bool) (int64, error) + func (c *UtilsClient) TemporalSampling(ctx context.Context, arg0 int64, arg1 int32) (int64, error)