domain

package
v0.0.0-...-9ba29b9 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FaceMatchInfo

type FaceMatchInfo struct {
	Similarity      float64 `json:"similarity"`
	Confidence      float64 `json:"confidence"`
	ExternalImageId string  `json:"externalImageId"`
	FaceId          string  `json:"faceId"`
}

type SearchParam

type SearchParam struct {
	CollectionId *string
	Rkc          *rekognition.Rekognition
	Bucket       string
	Image        string
}

type SearchResponse

type SearchResponse struct {
	FaceMatches []FaceMatchInfo `json:"faceMatches"`
}

Jump to

Keyboard shortcuts

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