Versions in this module Expand all Collapse all v1 v1.1.5 Feb 5, 2023 v1.1.4 Feb 5, 2023 v1.1.3 Feb 5, 2023 v1.1.2 Feb 5, 2023 v1.1.0 Feb 1, 2023 v1.0.0 Jan 31, 2023 v0 v0.2.1 Jan 27, 2023 v0.2.0 Jan 24, 2023 v0.1.1 Jan 23, 2023 v0.1.0 Jan 23, 2023 Changes in this version + var File_object_detector_proto protoreflect.FileDescriptor + var ObjectDetector_ServiceDesc = grpc.ServiceDesc + func RegisterObjectDetectorServer(s grpc.ServiceRegistrar, srv ObjectDetectorServer) + type BoundingBox struct + BottomRight *Position + TopLeft *Position + func (*BoundingBox) Descriptor() ([]byte, []int) + func (*BoundingBox) ProtoMessage() + func (x *BoundingBox) GetBottomRight() *Position + func (x *BoundingBox) GetTopLeft() *Position + func (x *BoundingBox) ProtoReflect() protoreflect.Message + func (x *BoundingBox) Reset() + func (x *BoundingBox) String() string + type Image struct + Image []byte + func (*Image) Descriptor() ([]byte, []int) + func (*Image) ProtoMessage() + func (x *Image) GetImage() []byte + func (x *Image) ProtoReflect() protoreflect.Message + func (x *Image) Reset() + func (x *Image) String() string + type ObjectDetectorClient interface + Detect func(ctx context.Context, in *Image, opts ...grpc.CallOption) (*BoundingBox, error) + func NewObjectDetectorClient(cc grpc.ClientConnInterface) ObjectDetectorClient + type ObjectDetectorServer interface + Detect func(context.Context, *Image) (*BoundingBox, error) + type Position struct + X int32 + Y int32 + func (*Position) Descriptor() ([]byte, []int) + func (*Position) ProtoMessage() + func (x *Position) GetX() int32 + func (x *Position) GetY() int32 + func (x *Position) ProtoReflect() protoreflect.Message + func (x *Position) Reset() + func (x *Position) String() string + type UnimplementedObjectDetectorServer struct + func (UnimplementedObjectDetectorServer) Detect(context.Context, *Image) (*BoundingBox, error) + type UnsafeObjectDetectorServer interface