Documentation ¶
Index ¶
- Variables
- type Rectangle
- func (*Rectangle) Descriptor() ([]byte, []int)deprecated
- func (x *Rectangle) GetH() float64
- func (x *Rectangle) GetW() float64
- func (x *Rectangle) GetX() float64
- func (x *Rectangle) GetY() float64
- func (*Rectangle) ProtoMessage()
- func (x *Rectangle) ProtoReflect() protoreflect.Message
- func (x *Rectangle) Reset()
- func (x *Rectangle) String() string
- type Result
- func (*Result) Descriptor() ([]byte, []int)deprecated
- func (x *Result) GetNames() []string
- func (x *Result) GetRects() []*Rectangle
- func (x *Result) GetTimestamp() int64
- func (*Result) ProtoMessage()
- func (x *Result) ProtoReflect() protoreflect.Message
- func (x *Result) Reset()
- func (x *Result) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_recognition_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Rectangle ¶
type Rectangle struct { X float64 `protobuf:"fixed64,1,opt,name=x,proto3" json:"x,omitempty"` Y float64 `protobuf:"fixed64,2,opt,name=y,proto3" json:"y,omitempty"` W float64 `protobuf:"fixed64,3,opt,name=w,proto3" json:"w,omitempty"` H float64 `protobuf:"fixed64,4,opt,name=h,proto3" json:"h,omitempty"` // contains filtered or unexported fields }
func (*Rectangle) Descriptor
deprecated
func (*Rectangle) ProtoMessage ¶
func (*Rectangle) ProtoMessage()
func (*Rectangle) ProtoReflect ¶
func (x *Rectangle) ProtoReflect() protoreflect.Message
type Result ¶
type Result struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"` Rects []*Rectangle `protobuf:"bytes,3,rep,name=rects,proto3" json:"rects,omitempty"` // contains filtered or unexported fields }
func (*Result) Descriptor
deprecated
func (*Result) GetTimestamp ¶
func (*Result) ProtoMessage ¶
func (*Result) ProtoMessage()
func (*Result) ProtoReflect ¶
func (x *Result) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.