Recognition

package
v0.0.0-...-dc4703b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use Rectangle.ProtoReflect.Descriptor instead.

func (*Rectangle) GetH

func (x *Rectangle) GetH() float64

func (*Rectangle) GetW

func (x *Rectangle) GetW() float64

func (*Rectangle) GetX

func (x *Rectangle) GetX() float64

func (*Rectangle) GetY

func (x *Rectangle) GetY() float64

func (*Rectangle) ProtoMessage

func (*Rectangle) ProtoMessage()

func (*Rectangle) ProtoReflect

func (x *Rectangle) ProtoReflect() protoreflect.Message

func (*Rectangle) Reset

func (x *Rectangle) Reset()

func (*Rectangle) String

func (x *Rectangle) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Result.ProtoReflect.Descriptor instead.

func (*Result) GetNames

func (x *Result) GetNames() []string

func (*Result) GetRects

func (x *Result) GetRects() []*Rectangle

func (*Result) GetTimestamp

func (x *Result) GetTimestamp() int64

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) ProtoReflect

func (x *Result) ProtoReflect() protoreflect.Message

func (*Result) Reset

func (x *Result) Reset()

func (*Result) String

func (x *Result) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL