Documentation
¶
Index ¶
- type 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
- 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
- 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
- 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
- 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
- type OverlayViewOnGesturingListenerClient
- type PointClient
- type PredictionClient
- type 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
- 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
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GestureClient ¶
type GestureClient struct {
// contains filtered or unexported fields
}
GestureClient wraps the gRPC GestureService client.
func NewGestureClient ¶
func NewGestureClient(cc grpc.ClientConnInterface) *GestureClient
NewGestureClient creates a new Gesture client.
func (*GestureClient) DescribeContents ¶
DescribeContents calls the DescribeContents RPC.
func (*GestureClient) GetBoundingBox ¶
GetBoundingBox calls the GetBoundingBox RPC.
func (*GestureClient) GetStrokes ¶
GetStrokes calls the GetStrokes RPC.
func (*GestureClient) GetStrokesCount ¶
GetStrokesCount calls the GetStrokesCount RPC.
func (*GestureClient) ToBitmap4 ¶
func (c *GestureClient) ToBitmap4(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (int64, error)
ToBitmap4 calls the ToBitmap4 RPC.
func (*GestureClient) ToBitmap5_1 ¶
func (c *GestureClient) ToBitmap5_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32, arg4 int32) (int64, error)
ToBitmap5_1 calls the ToBitmap5_1 RPC.
func (*GestureClient) ToPath4_3 ¶
func (c *GestureClient) ToPath4_3(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, arg3 int32) (int64, error)
ToPath4_3 calls the ToPath4_3 RPC.
func (*GestureClient) ToPath5_2 ¶
func (c *GestureClient) ToPath5_2(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32) (int64, error)
ToPath5_2 calls the ToPath5_2 RPC.
func (*GestureClient) WriteToParcel ¶
func (c *GestureClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type LibrariesClient ¶
type LibrariesClient struct {
// contains filtered or unexported fields
}
LibrariesClient wraps the gRPC LibrariesService client.
func NewLibrariesClient ¶
func NewLibrariesClient(cc grpc.ClientConnInterface) *LibrariesClient
NewLibrariesClient creates a new Libraries client.
func (*LibrariesClient) FromFile1_1 ¶
FromFile1_1 calls the FromFile1_1 RPC.
func (*LibrariesClient) FromFileDescriptor ¶
FromFileDescriptor calls the FromFileDescriptor RPC.
func (*LibrariesClient) FromPrivateFile ¶
func (c *LibrariesClient) FromPrivateFile(ctx context.Context, arg0 int64, arg1 string) (int64, error)
FromPrivateFile calls the FromPrivateFile RPC.
func (*LibrariesClient) FromRawResource ¶
func (c *LibrariesClient) FromRawResource(ctx context.Context, arg0 int64, arg1 int32) (int64, error)
FromRawResource calls the FromRawResource RPC.
type LibraryClient ¶
type LibraryClient struct {
// contains filtered or unexported fields
}
LibraryClient wraps the gRPC LibraryService client.
func NewLibraryClient ¶
func NewLibraryClient(cc grpc.ClientConnInterface) *LibraryClient
NewLibraryClient creates a new Library client.
func (*LibraryClient) AddGesture ¶
AddGesture calls the AddGesture RPC.
func (*LibraryClient) GetGestureEntries ¶
func (c *LibraryClient) GetGestureEntries(ctx context.Context) (int64, error)
GetGestureEntries calls the GetGestureEntries RPC.
func (*LibraryClient) GetGestures ¶
GetGestures calls the GetGestures RPC.
func (*LibraryClient) GetOrientationStyle ¶
func (c *LibraryClient) GetOrientationStyle(ctx context.Context) (int32, error)
GetOrientationStyle calls the GetOrientationStyle RPC.
func (*LibraryClient) GetSequenceType ¶
func (c *LibraryClient) GetSequenceType(ctx context.Context) (int32, error)
GetSequenceType calls the GetSequenceType RPC.
func (*LibraryClient) IsReadOnly ¶
func (c *LibraryClient) IsReadOnly(ctx context.Context) (bool, error)
IsReadOnly calls the IsReadOnly RPC.
func (*LibraryClient) Load ¶
func (c *LibraryClient) Load(ctx context.Context) (bool, error)
Load calls the Load RPC.
func (*LibraryClient) RemoveEntry ¶
func (c *LibraryClient) RemoveEntry(ctx context.Context, arg0 string) error
RemoveEntry calls the RemoveEntry RPC.
func (*LibraryClient) RemoveGesture ¶
RemoveGesture calls the RemoveGesture RPC.
func (*LibraryClient) Save ¶
func (c *LibraryClient) Save(ctx context.Context) (bool, error)
Save calls the Save RPC.
func (*LibraryClient) SetOrientationStyle ¶
func (c *LibraryClient) SetOrientationStyle(ctx context.Context, arg0 int32) error
SetOrientationStyle calls the SetOrientationStyle RPC.
func (*LibraryClient) SetSequenceType ¶
func (c *LibraryClient) SetSequenceType(ctx context.Context, arg0 int32) error
SetSequenceType calls the SetSequenceType RPC.
type OverlayViewClient ¶
type OverlayViewClient struct {
// contains filtered or unexported fields
}
OverlayViewClient wraps the gRPC OverlayViewService client.
func NewOverlayViewClient ¶
func NewOverlayViewClient(cc grpc.ClientConnInterface) *OverlayViewClient
NewOverlayViewClient creates a new OverlayView client.
func (*OverlayViewClient) AddOnGestureListener ¶
func (c *OverlayViewClient) AddOnGestureListener(ctx context.Context, handle int64, arg0 int64) error
AddOnGestureListener calls the AddOnGestureListener RPC.
func (*OverlayViewClient) AddOnGesturePerformedListener ¶
func (c *OverlayViewClient) AddOnGesturePerformedListener(ctx context.Context, handle int64, arg0 int64) error
AddOnGesturePerformedListener calls the AddOnGesturePerformedListener RPC.
func (*OverlayViewClient) AddOnGesturingListener ¶
func (c *OverlayViewClient) AddOnGesturingListener(ctx context.Context, handle int64, arg0 int64) error
AddOnGesturingListener calls the AddOnGesturingListener RPC.
func (*OverlayViewClient) CancelClearAnimation ¶
func (c *OverlayViewClient) CancelClearAnimation(ctx context.Context, handle int64) error
CancelClearAnimation calls the CancelClearAnimation RPC.
func (*OverlayViewClient) CancelGesture ¶
func (c *OverlayViewClient) CancelGesture(ctx context.Context, handle int64) error
CancelGesture calls the CancelGesture RPC.
func (*OverlayViewClient) DispatchTouchEvent ¶
func (c *OverlayViewClient) DispatchTouchEvent(ctx context.Context, handle int64, arg0 int64) (bool, error)
DispatchTouchEvent calls the DispatchTouchEvent RPC.
func (*OverlayViewClient) GetCurrentStroke ¶
GetCurrentStroke calls the GetCurrentStroke RPC.
func (*OverlayViewClient) GetFadeOffset ¶
GetFadeOffset calls the GetFadeOffset RPC.
func (*OverlayViewClient) GetGesture ¶
GetGesture calls the GetGesture RPC.
func (*OverlayViewClient) GetGestureColor ¶
GetGestureColor calls the GetGestureColor RPC.
func (*OverlayViewClient) GetGesturePath0 ¶
GetGesturePath0 calls the GetGesturePath0 RPC.
func (*OverlayViewClient) GetGesturePath1_1 ¶
func (c *OverlayViewClient) GetGesturePath1_1(ctx context.Context, handle int64, arg0 int64) (int64, error)
GetGesturePath1_1 calls the GetGesturePath1_1 RPC.
func (*OverlayViewClient) GetGestureStrokeAngleThreshold ¶
func (c *OverlayViewClient) GetGestureStrokeAngleThreshold(ctx context.Context, handle int64) (float32, error)
GetGestureStrokeAngleThreshold calls the GetGestureStrokeAngleThreshold RPC.
func (*OverlayViewClient) GetGestureStrokeLengthThreshold ¶
func (c *OverlayViewClient) GetGestureStrokeLengthThreshold(ctx context.Context, handle int64) (float32, error)
GetGestureStrokeLengthThreshold calls the GetGestureStrokeLengthThreshold RPC.
func (*OverlayViewClient) GetGestureStrokeSquarenessTreshold ¶
func (c *OverlayViewClient) GetGestureStrokeSquarenessTreshold(ctx context.Context, handle int64) (float32, error)
GetGestureStrokeSquarenessTreshold calls the GetGestureStrokeSquarenessTreshold RPC.
func (*OverlayViewClient) GetGestureStrokeType ¶
GetGestureStrokeType calls the GetGestureStrokeType RPC.
func (*OverlayViewClient) GetGestureStrokeWidth ¶
func (c *OverlayViewClient) GetGestureStrokeWidth(ctx context.Context, handle int64) (float32, error)
GetGestureStrokeWidth calls the GetGestureStrokeWidth RPC.
func (*OverlayViewClient) GetOrientation ¶
GetOrientation calls the GetOrientation RPC.
func (*OverlayViewClient) GetUncertainGestureColor ¶
func (c *OverlayViewClient) GetUncertainGestureColor(ctx context.Context, handle int64) (int32, error)
GetUncertainGestureColor calls the GetUncertainGestureColor RPC.
func (*OverlayViewClient) IsEventsInterceptionEnabled ¶
func (c *OverlayViewClient) IsEventsInterceptionEnabled(ctx context.Context, handle int64) (bool, error)
IsEventsInterceptionEnabled calls the IsEventsInterceptionEnabled RPC.
func (*OverlayViewClient) IsFadeEnabled ¶
IsFadeEnabled calls the IsFadeEnabled RPC.
func (*OverlayViewClient) IsGestureVisible ¶
IsGestureVisible calls the IsGestureVisible RPC.
func (*OverlayViewClient) IsGesturing ¶
IsGesturing calls the IsGesturing RPC.
func (*OverlayViewClient) RemoveAllOnGestureListeners ¶
func (c *OverlayViewClient) RemoveAllOnGestureListeners(ctx context.Context, handle int64) error
RemoveAllOnGestureListeners calls the RemoveAllOnGestureListeners RPC.
func (*OverlayViewClient) RemoveAllOnGesturePerformedListeners ¶
func (c *OverlayViewClient) RemoveAllOnGesturePerformedListeners(ctx context.Context, handle int64) error
RemoveAllOnGesturePerformedListeners calls the RemoveAllOnGesturePerformedListeners RPC.
func (*OverlayViewClient) RemoveAllOnGesturingListeners ¶
func (c *OverlayViewClient) RemoveAllOnGesturingListeners(ctx context.Context, handle int64) error
RemoveAllOnGesturingListeners calls the RemoveAllOnGesturingListeners RPC.
func (*OverlayViewClient) RemoveOnGestureListener ¶
func (c *OverlayViewClient) RemoveOnGestureListener(ctx context.Context, handle int64, arg0 int64) error
RemoveOnGestureListener calls the RemoveOnGestureListener RPC.
func (*OverlayViewClient) RemoveOnGesturePerformedListener ¶
func (c *OverlayViewClient) RemoveOnGesturePerformedListener(ctx context.Context, handle int64, arg0 int64) error
RemoveOnGesturePerformedListener calls the RemoveOnGesturePerformedListener RPC.
func (*OverlayViewClient) RemoveOnGesturingListener ¶
func (c *OverlayViewClient) RemoveOnGesturingListener(ctx context.Context, handle int64, arg0 int64) error
RemoveOnGesturingListener calls the RemoveOnGesturingListener RPC.
func (*OverlayViewClient) SetEventsInterceptionEnabled ¶
func (c *OverlayViewClient) SetEventsInterceptionEnabled(ctx context.Context, handle int64, arg0 bool) error
SetEventsInterceptionEnabled calls the SetEventsInterceptionEnabled RPC.
func (*OverlayViewClient) SetFadeEnabled ¶
SetFadeEnabled calls the SetFadeEnabled RPC.
func (*OverlayViewClient) SetFadeOffset ¶
SetFadeOffset calls the SetFadeOffset RPC.
func (*OverlayViewClient) SetGesture ¶
SetGesture calls the SetGesture RPC.
func (*OverlayViewClient) SetGestureColor ¶
SetGestureColor calls the SetGestureColor RPC.
func (*OverlayViewClient) SetGestureStrokeAngleThreshold ¶
func (c *OverlayViewClient) SetGestureStrokeAngleThreshold(ctx context.Context, handle int64, arg0 float32) error
SetGestureStrokeAngleThreshold calls the SetGestureStrokeAngleThreshold RPC.
func (*OverlayViewClient) SetGestureStrokeLengthThreshold ¶
func (c *OverlayViewClient) SetGestureStrokeLengthThreshold(ctx context.Context, handle int64, arg0 float32) error
SetGestureStrokeLengthThreshold calls the SetGestureStrokeLengthThreshold RPC.
func (*OverlayViewClient) SetGestureStrokeSquarenessTreshold ¶
func (c *OverlayViewClient) SetGestureStrokeSquarenessTreshold(ctx context.Context, handle int64, arg0 float32) error
SetGestureStrokeSquarenessTreshold calls the SetGestureStrokeSquarenessTreshold RPC.
func (*OverlayViewClient) SetGestureStrokeType ¶
func (c *OverlayViewClient) SetGestureStrokeType(ctx context.Context, handle int64, arg0 int32) error
SetGestureStrokeType calls the SetGestureStrokeType RPC.
func (*OverlayViewClient) SetGestureStrokeWidth ¶
func (c *OverlayViewClient) SetGestureStrokeWidth(ctx context.Context, handle int64, arg0 float32) error
SetGestureStrokeWidth calls the SetGestureStrokeWidth RPC.
func (*OverlayViewClient) SetGestureVisible ¶
SetGestureVisible calls the SetGestureVisible RPC.
func (*OverlayViewClient) SetOrientation ¶
SetOrientation calls the SetOrientation RPC.
func (*OverlayViewClient) SetUncertainGestureColor ¶
func (c *OverlayViewClient) SetUncertainGestureColor(ctx context.Context, handle int64, arg0 int32) error
SetUncertainGestureColor calls the SetUncertainGestureColor RPC.
type OverlayViewOnGestureListenerClient ¶
type OverlayViewOnGestureListenerClient struct {
// contains filtered or unexported fields
}
OverlayViewOnGestureListenerClient wraps the gRPC OverlayViewOnGestureListenerService client.
func NewOverlayViewOnGestureListenerClient ¶
func NewOverlayViewOnGestureListenerClient(cc grpc.ClientConnInterface) *OverlayViewOnGestureListenerClient
NewOverlayViewOnGestureListenerClient creates a new OverlayViewOnGestureListener client.
func (*OverlayViewOnGestureListenerClient) OnGesture ¶
func (c *OverlayViewOnGestureListenerClient) OnGesture(ctx context.Context, arg0 int64, arg1 int64) error
OnGesture calls the OnGesture RPC.
func (*OverlayViewOnGestureListenerClient) OnGestureCancelled ¶
func (c *OverlayViewOnGestureListenerClient) OnGestureCancelled(ctx context.Context, arg0 int64, arg1 int64) error
OnGestureCancelled calls the OnGestureCancelled RPC.
func (*OverlayViewOnGestureListenerClient) OnGestureEnded ¶
func (c *OverlayViewOnGestureListenerClient) OnGestureEnded(ctx context.Context, arg0 int64, arg1 int64) error
OnGestureEnded calls the OnGestureEnded RPC.
func (*OverlayViewOnGestureListenerClient) OnGestureStarted ¶
func (c *OverlayViewOnGestureListenerClient) OnGestureStarted(ctx context.Context, arg0 int64, arg1 int64) error
OnGestureStarted calls the OnGestureStarted RPC.
type OverlayViewOnGesturePerformedListenerClient ¶
type OverlayViewOnGesturePerformedListenerClient struct {
// contains filtered or unexported fields
}
OverlayViewOnGesturePerformedListenerClient wraps the gRPC OverlayViewOnGesturePerformedListenerService client.
func NewOverlayViewOnGesturePerformedListenerClient ¶
func NewOverlayViewOnGesturePerformedListenerClient(cc grpc.ClientConnInterface) *OverlayViewOnGesturePerformedListenerClient
NewOverlayViewOnGesturePerformedListenerClient creates a new OverlayViewOnGesturePerformedListener client.
func (*OverlayViewOnGesturePerformedListenerClient) OnGesturePerformed ¶
func (c *OverlayViewOnGesturePerformedListenerClient) OnGesturePerformed(ctx context.Context, arg0 int64, arg1 int64) error
OnGesturePerformed calls the OnGesturePerformed RPC.
type OverlayViewOnGesturingListenerClient ¶
type OverlayViewOnGesturingListenerClient struct {
// contains filtered or unexported fields
}
OverlayViewOnGesturingListenerClient wraps the gRPC OverlayViewOnGesturingListenerService client.
func NewOverlayViewOnGesturingListenerClient ¶
func NewOverlayViewOnGesturingListenerClient(cc grpc.ClientConnInterface) *OverlayViewOnGesturingListenerClient
NewOverlayViewOnGesturingListenerClient creates a new OverlayViewOnGesturingListener client.
func (*OverlayViewOnGesturingListenerClient) OnGesturingEnded ¶
func (c *OverlayViewOnGesturingListenerClient) OnGesturingEnded(ctx context.Context, arg0 int64) error
OnGesturingEnded calls the OnGesturingEnded RPC.
func (*OverlayViewOnGesturingListenerClient) OnGesturingStarted ¶
func (c *OverlayViewOnGesturingListenerClient) OnGesturingStarted(ctx context.Context, arg0 int64) error
OnGesturingStarted calls the OnGesturingStarted RPC.
type PointClient ¶
type PointClient struct {
// contains filtered or unexported fields
}
PointClient wraps the gRPC PointService client.
func NewPointClient ¶
func NewPointClient(cc grpc.ClientConnInterface) *PointClient
NewPointClient creates a new Point client.
type PredictionClient ¶
type PredictionClient struct {
// contains filtered or unexported fields
}
PredictionClient wraps the gRPC PredictionService client.
func NewPredictionClient ¶
func NewPredictionClient(cc grpc.ClientConnInterface) *PredictionClient
NewPredictionClient creates a new Prediction client.
type StoreClient ¶
type StoreClient struct {
// contains filtered or unexported fields
}
StoreClient wraps the gRPC StoreService client.
func NewStoreClient ¶
func NewStoreClient(cc grpc.ClientConnInterface) *StoreClient
NewStoreClient creates a new Store client.
func (*StoreClient) AddGesture ¶
AddGesture calls the AddGesture RPC.
func (*StoreClient) GetGestureEntries ¶
GetGestureEntries calls the GetGestureEntries RPC.
func (*StoreClient) GetGestures ¶
GetGestures calls the GetGestures RPC.
func (*StoreClient) GetOrientationStyle ¶
GetOrientationStyle calls the GetOrientationStyle RPC.
func (*StoreClient) GetSequenceType ¶
GetSequenceType calls the GetSequenceType RPC.
func (*StoreClient) HasChanged ¶
HasChanged calls the HasChanged RPC.
func (*StoreClient) RemoveEntry ¶
RemoveEntry calls the RemoveEntry RPC.
func (*StoreClient) RemoveGesture ¶
func (c *StoreClient) RemoveGesture(ctx context.Context, handle int64, arg0 string, arg1 int64) error
RemoveGesture calls the RemoveGesture RPC.
func (*StoreClient) SetOrientationStyle ¶
SetOrientationStyle calls the SetOrientationStyle RPC.
func (*StoreClient) SetSequenceType ¶
SetSequenceType calls the SetSequenceType RPC.
type StrokeClient ¶
type StrokeClient struct {
// contains filtered or unexported fields
}
StrokeClient wraps the gRPC StrokeService client.
func NewStrokeClient ¶
func NewStrokeClient(cc grpc.ClientConnInterface) *StrokeClient
NewStrokeClient creates a new Stroke client.
func (*StrokeClient) ClearPath ¶
func (c *StrokeClient) ClearPath(ctx context.Context, handle int64) error
ClearPath calls the ClearPath RPC.
func (*StrokeClient) ComputeOrientedBoundingBox ¶
ComputeOrientedBoundingBox calls the ComputeOrientedBoundingBox RPC.
type UtilsClient ¶
type UtilsClient struct {
// contains filtered or unexported fields
}
UtilsClient wraps the gRPC UtilsService client.
func NewUtilsClient ¶
func NewUtilsClient(cc grpc.ClientConnInterface) *UtilsClient
NewUtilsClient creates a new Utils client.
func (*UtilsClient) ComputeOrientedBoundingBox ¶
ComputeOrientedBoundingBox calls the ComputeOrientedBoundingBox RPC.
func (*UtilsClient) SpatialSampling2 ¶
SpatialSampling2 calls the SpatialSampling2 RPC.
func (*UtilsClient) SpatialSampling3_1 ¶
func (c *UtilsClient) SpatialSampling3_1(ctx context.Context, arg0 int64, arg1 int32, arg2 bool) (int64, error)
SpatialSampling3_1 calls the SpatialSampling3_1 RPC.
func (*UtilsClient) TemporalSampling ¶
TemporalSampling calls the TemporalSampling RPC.