Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const BoundaryService_DescribeContents_FullMethodName + const BoundaryService_GetIndex_FullMethodName + const BoundaryService_GetIsRtl_FullMethodName + const BoundaryService_GetPoint_FullMethodName + const BoundaryService_NewBoundary_FullMethodName + const BoundaryService_WriteToParcel_FullMethodName + const PageSelectionService_DescribeContents_FullMethodName + const PageSelectionService_GetPage_FullMethodName + const PageSelectionService_GetSelectedTextContents_FullMethodName + const PageSelectionService_GetStart_FullMethodName + const PageSelectionService_GetStop_FullMethodName + const PageSelectionService_NewPageSelection_FullMethodName + const PageSelectionService_WriteToParcel_FullMethodName + var BoundaryService_ServiceDesc = grpc.ServiceDesc + var File_proto_selection_selection_proto protoreflect.FileDescriptor + var PageSelectionService_ServiceDesc = grpc.ServiceDesc + func RegisterBoundaryServiceServer(s grpc.ServiceRegistrar, srv BoundaryServiceServer) + func RegisterPageSelectionServiceServer(s grpc.ServiceRegistrar, srv PageSelectionServiceServer) + type BoundaryServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetIndex func(ctx context.Context, in *GetIndexRequest, opts ...grpc.CallOption) (*GetIndexResponse, error) + GetIsRtl func(ctx context.Context, in *GetIsRtlRequest, opts ...grpc.CallOption) (*GetIsRtlResponse, error) + GetPoint func(ctx context.Context, in *GetPointRequest, opts ...grpc.CallOption) (*GetPointResponse, error) + NewBoundary func(ctx context.Context, in *NewBoundaryRequest, opts ...grpc.CallOption) (*NewBoundaryResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewBoundaryServiceClient(cc grpc.ClientConnInterface) BoundaryServiceClient + type BoundaryServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetIndex func(context.Context, *GetIndexRequest) (*GetIndexResponse, error) + GetIsRtl func(context.Context, *GetIsRtlRequest) (*GetIsRtlResponse, error) + GetPoint func(context.Context, *GetPointRequest) (*GetPointResponse, error) + NewBoundary func(context.Context, *NewBoundaryRequest) (*NewBoundaryResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type DescribeContentsRequest struct + Handle int64 + func (*DescribeContentsRequest) Descriptor() ([]byte, []int) + func (*DescribeContentsRequest) ProtoMessage() + func (x *DescribeContentsRequest) GetHandle() int64 + func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *DescribeContentsRequest) Reset() + func (x *DescribeContentsRequest) String() string + type DescribeContentsResponse struct + Result int32 + func (*DescribeContentsResponse) Descriptor() ([]byte, []int) + func (*DescribeContentsResponse) ProtoMessage() + func (x *DescribeContentsResponse) GetResult() int32 + func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message + func (x *DescribeContentsResponse) Reset() + func (x *DescribeContentsResponse) String() string + type GetIndexRequest struct + Handle int64 + func (*GetIndexRequest) Descriptor() ([]byte, []int) + func (*GetIndexRequest) ProtoMessage() + func (x *GetIndexRequest) GetHandle() int64 + func (x *GetIndexRequest) ProtoReflect() protoreflect.Message + func (x *GetIndexRequest) Reset() + func (x *GetIndexRequest) String() string + type GetIndexResponse struct + Result int32 + func (*GetIndexResponse) Descriptor() ([]byte, []int) + func (*GetIndexResponse) ProtoMessage() + func (x *GetIndexResponse) GetResult() int32 + func (x *GetIndexResponse) ProtoReflect() protoreflect.Message + func (x *GetIndexResponse) Reset() + func (x *GetIndexResponse) String() string + type GetIsRtlRequest struct + Handle int64 + func (*GetIsRtlRequest) Descriptor() ([]byte, []int) + func (*GetIsRtlRequest) ProtoMessage() + func (x *GetIsRtlRequest) GetHandle() int64 + func (x *GetIsRtlRequest) ProtoReflect() protoreflect.Message + func (x *GetIsRtlRequest) Reset() + func (x *GetIsRtlRequest) String() string + type GetIsRtlResponse struct + Result bool + func (*GetIsRtlResponse) Descriptor() ([]byte, []int) + func (*GetIsRtlResponse) ProtoMessage() + func (x *GetIsRtlResponse) GetResult() bool + func (x *GetIsRtlResponse) ProtoReflect() protoreflect.Message + func (x *GetIsRtlResponse) Reset() + func (x *GetIsRtlResponse) String() string + type GetPageRequest struct + Handle int64 + func (*GetPageRequest) Descriptor() ([]byte, []int) + func (*GetPageRequest) ProtoMessage() + func (x *GetPageRequest) GetHandle() int64 + func (x *GetPageRequest) ProtoReflect() protoreflect.Message + func (x *GetPageRequest) Reset() + func (x *GetPageRequest) String() string + type GetPageResponse struct + Result int32 + func (*GetPageResponse) Descriptor() ([]byte, []int) + func (*GetPageResponse) ProtoMessage() + func (x *GetPageResponse) GetResult() int32 + func (x *GetPageResponse) ProtoReflect() protoreflect.Message + func (x *GetPageResponse) Reset() + func (x *GetPageResponse) String() string + type GetPointRequest struct + Handle int64 + func (*GetPointRequest) Descriptor() ([]byte, []int) + func (*GetPointRequest) ProtoMessage() + func (x *GetPointRequest) GetHandle() int64 + func (x *GetPointRequest) ProtoReflect() protoreflect.Message + func (x *GetPointRequest) Reset() + func (x *GetPointRequest) String() string + type GetPointResponse struct + Result int64 + func (*GetPointResponse) Descriptor() ([]byte, []int) + func (*GetPointResponse) ProtoMessage() + func (x *GetPointResponse) GetResult() int64 + func (x *GetPointResponse) ProtoReflect() protoreflect.Message + func (x *GetPointResponse) Reset() + func (x *GetPointResponse) String() string + type GetSelectedTextContentsRequest struct + Handle int64 + func (*GetSelectedTextContentsRequest) Descriptor() ([]byte, []int) + func (*GetSelectedTextContentsRequest) ProtoMessage() + func (x *GetSelectedTextContentsRequest) GetHandle() int64 + func (x *GetSelectedTextContentsRequest) ProtoReflect() protoreflect.Message + func (x *GetSelectedTextContentsRequest) Reset() + func (x *GetSelectedTextContentsRequest) String() string + type GetSelectedTextContentsResponse struct + Result int64 + func (*GetSelectedTextContentsResponse) Descriptor() ([]byte, []int) + func (*GetSelectedTextContentsResponse) ProtoMessage() + func (x *GetSelectedTextContentsResponse) GetResult() int64 + func (x *GetSelectedTextContentsResponse) ProtoReflect() protoreflect.Message + func (x *GetSelectedTextContentsResponse) Reset() + func (x *GetSelectedTextContentsResponse) String() string + type GetStartRequest struct + Handle int64 + func (*GetStartRequest) Descriptor() ([]byte, []int) + func (*GetStartRequest) ProtoMessage() + func (x *GetStartRequest) GetHandle() int64 + func (x *GetStartRequest) ProtoReflect() protoreflect.Message + func (x *GetStartRequest) Reset() + func (x *GetStartRequest) String() string + type GetStartResponse struct + Result int64 + func (*GetStartResponse) Descriptor() ([]byte, []int) + func (*GetStartResponse) ProtoMessage() + func (x *GetStartResponse) GetResult() int64 + func (x *GetStartResponse) ProtoReflect() protoreflect.Message + func (x *GetStartResponse) Reset() + func (x *GetStartResponse) String() string + type GetStopRequest struct + Handle int64 + func (*GetStopRequest) Descriptor() ([]byte, []int) + func (*GetStopRequest) ProtoMessage() + func (x *GetStopRequest) GetHandle() int64 + func (x *GetStopRequest) ProtoReflect() protoreflect.Message + func (x *GetStopRequest) Reset() + func (x *GetStopRequest) String() string + type GetStopResponse struct + Result int64 + func (*GetStopResponse) Descriptor() ([]byte, []int) + func (*GetStopResponse) ProtoMessage() + func (x *GetStopResponse) GetResult() int64 + func (x *GetStopResponse) ProtoReflect() protoreflect.Message + func (x *GetStopResponse) Reset() + func (x *GetStopResponse) String() string + type NewBoundaryRequest struct + Arg0 int64 + func (*NewBoundaryRequest) Descriptor() ([]byte, []int) + func (*NewBoundaryRequest) ProtoMessage() + func (x *NewBoundaryRequest) GetArg0() int64 + func (x *NewBoundaryRequest) ProtoReflect() protoreflect.Message + func (x *NewBoundaryRequest) Reset() + func (x *NewBoundaryRequest) String() string + type NewBoundaryResponse struct + Result int64 + func (*NewBoundaryResponse) Descriptor() ([]byte, []int) + func (*NewBoundaryResponse) ProtoMessage() + func (x *NewBoundaryResponse) GetResult() int64 + func (x *NewBoundaryResponse) ProtoReflect() protoreflect.Message + func (x *NewBoundaryResponse) Reset() + func (x *NewBoundaryResponse) String() string + type NewPageSelectionRequest struct + Arg0 int32 + Arg1 int64 + Arg2 int64 + Arg3 int64 + func (*NewPageSelectionRequest) Descriptor() ([]byte, []int) + func (*NewPageSelectionRequest) ProtoMessage() + func (x *NewPageSelectionRequest) GetArg0() int32 + func (x *NewPageSelectionRequest) GetArg1() int64 + func (x *NewPageSelectionRequest) GetArg2() int64 + func (x *NewPageSelectionRequest) GetArg3() int64 + func (x *NewPageSelectionRequest) ProtoReflect() protoreflect.Message + func (x *NewPageSelectionRequest) Reset() + func (x *NewPageSelectionRequest) String() string + type NewPageSelectionResponse struct + Result int64 + func (*NewPageSelectionResponse) Descriptor() ([]byte, []int) + func (*NewPageSelectionResponse) ProtoMessage() + func (x *NewPageSelectionResponse) GetResult() int64 + func (x *NewPageSelectionResponse) ProtoReflect() protoreflect.Message + func (x *NewPageSelectionResponse) Reset() + func (x *NewPageSelectionResponse) String() string + type PageSelectionServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetPage func(ctx context.Context, in *GetPageRequest, opts ...grpc.CallOption) (*GetPageResponse, error) + GetSelectedTextContents func(ctx context.Context, in *GetSelectedTextContentsRequest, ...) (*GetSelectedTextContentsResponse, error) + GetStart func(ctx context.Context, in *GetStartRequest, opts ...grpc.CallOption) (*GetStartResponse, error) + GetStop func(ctx context.Context, in *GetStopRequest, opts ...grpc.CallOption) (*GetStopResponse, error) + NewPageSelection func(ctx context.Context, in *NewPageSelectionRequest, opts ...grpc.CallOption) (*NewPageSelectionResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewPageSelectionServiceClient(cc grpc.ClientConnInterface) PageSelectionServiceClient + type PageSelectionServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetPage func(context.Context, *GetPageRequest) (*GetPageResponse, error) + GetSelectedTextContents func(context.Context, *GetSelectedTextContentsRequest) (*GetSelectedTextContentsResponse, error) + GetStart func(context.Context, *GetStartRequest) (*GetStartResponse, error) + GetStop func(context.Context, *GetStopRequest) (*GetStopResponse, error) + NewPageSelection func(context.Context, *NewPageSelectionRequest) (*NewPageSelectionResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedBoundaryServiceServer struct + func (UnimplementedBoundaryServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedBoundaryServiceServer) GetIndex(context.Context, *GetIndexRequest) (*GetIndexResponse, error) + func (UnimplementedBoundaryServiceServer) GetIsRtl(context.Context, *GetIsRtlRequest) (*GetIsRtlResponse, error) + func (UnimplementedBoundaryServiceServer) GetPoint(context.Context, *GetPointRequest) (*GetPointResponse, error) + func (UnimplementedBoundaryServiceServer) NewBoundary(context.Context, *NewBoundaryRequest) (*NewBoundaryResponse, error) + func (UnimplementedBoundaryServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnimplementedPageSelectionServiceServer struct + func (UnimplementedPageSelectionServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedPageSelectionServiceServer) GetPage(context.Context, *GetPageRequest) (*GetPageResponse, error) + func (UnimplementedPageSelectionServiceServer) GetSelectedTextContents(context.Context, *GetSelectedTextContentsRequest) (*GetSelectedTextContentsResponse, error) + func (UnimplementedPageSelectionServiceServer) GetStart(context.Context, *GetStartRequest) (*GetStartResponse, error) + func (UnimplementedPageSelectionServiceServer) GetStop(context.Context, *GetStopRequest) (*GetStopResponse, error) + func (UnimplementedPageSelectionServiceServer) NewPageSelection(context.Context, *NewPageSelectionRequest) (*NewPageSelectionResponse, error) + func (UnimplementedPageSelectionServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnsafeBoundaryServiceServer interface + type UnsafePageSelectionServiceServer interface + type WriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + Handle int64 + func (*WriteToParcelRequest) Descriptor() ([]byte, []int) + func (*WriteToParcelRequest) ProtoMessage() + func (x *WriteToParcelRequest) GetArg0() int64 + func (x *WriteToParcelRequest) GetArg1() int32 + func (x *WriteToParcelRequest) GetHandle() int64 + func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *WriteToParcelRequest) Reset() + func (x *WriteToParcelRequest) String() string + type WriteToParcelResponse struct + func (*WriteToParcelResponse) Descriptor() ([]byte, []int) + func (*WriteToParcelResponse) ProtoMessage() + func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message + func (x *WriteToParcelResponse) Reset() + func (x *WriteToParcelResponse) String() string