face

package
v41.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

func Version

func Version() string

Types

type APIError

type APIError = original.APIError

type Accessory

type Accessory = original.Accessory

type AccessoryType

type AccessoryType = original.AccessoryType

func PossibleAccessoryTypeValues

func PossibleAccessoryTypeValues() []AccessoryType

type ApplySnapshotRequest

type ApplySnapshotRequest = original.ApplySnapshotRequest

type AttributeType

type AttributeType = original.AttributeType

func PossibleAttributeTypeValues

func PossibleAttributeTypeValues() []AttributeType

type Attributes

type Attributes = original.Attributes

type BaseClient

type BaseClient = original.BaseClient

func New

func New(endpoint string) BaseClient

func NewWithoutDefaults

func NewWithoutDefaults(endpoint string) BaseClient

type Blur

type Blur = original.Blur

type BlurLevel

type BlurLevel = original.BlurLevel

func PossibleBlurLevelValues

func PossibleBlurLevelValues() []BlurLevel

type Client

type Client = original.Client

func NewClient

func NewClient(endpoint string) Client

type Coordinate

type Coordinate = original.Coordinate

type DetectedFace

type DetectedFace = original.DetectedFace

type DetectionModel

type DetectionModel = original.DetectionModel
const (
	Detection01 DetectionModel = original.Detection01
	Detection02 DetectionModel = original.Detection02
)

func PossibleDetectionModelValues

func PossibleDetectionModelValues() []DetectionModel

type Emotion

type Emotion = original.Emotion

type Error

type Error = original.Error

type Exposure

type Exposure = original.Exposure

type ExposureLevel

type ExposureLevel = original.ExposureLevel

func PossibleExposureLevelValues

func PossibleExposureLevelValues() []ExposureLevel

type FacialHair

type FacialHair = original.FacialHair

type FindSimilarMatchMode

type FindSimilarMatchMode = original.FindSimilarMatchMode

func PossibleFindSimilarMatchModeValues

func PossibleFindSimilarMatchModeValues() []FindSimilarMatchMode

type FindSimilarRequest

type FindSimilarRequest = original.FindSimilarRequest

type Gender

type Gender = original.Gender
const (
	Female Gender = original.Female
	Male   Gender = original.Male
)

func PossibleGenderValues

func PossibleGenderValues() []Gender

type GlassesType

type GlassesType = original.GlassesType
const (
	NoGlasses       GlassesType = original.NoGlasses
	ReadingGlasses  GlassesType = original.ReadingGlasses
	Sunglasses      GlassesType = original.Sunglasses
	SwimmingGoggles GlassesType = original.SwimmingGoggles
)

func PossibleGlassesTypeValues

func PossibleGlassesTypeValues() []GlassesType

type GroupRequest

type GroupRequest = original.GroupRequest

type GroupResult

type GroupResult = original.GroupResult

type Hair

type Hair = original.Hair

type HairColor

type HairColor = original.HairColor

type HeadPose

type HeadPose = original.HeadPose

type IdentifyCandidate

type IdentifyCandidate = original.IdentifyCandidate

type IdentifyRequest

type IdentifyRequest = original.IdentifyRequest

type IdentifyResult

type IdentifyResult = original.IdentifyResult

type ImageURL

type ImageURL = original.ImageURL

type Landmarks

type Landmarks = original.Landmarks

type LargeFaceList

type LargeFaceList = original.LargeFaceList

type LargeFaceListClient

type LargeFaceListClient = original.LargeFaceListClient

func NewLargeFaceListClient

func NewLargeFaceListClient(endpoint string) LargeFaceListClient

type LargePersonGroup

type LargePersonGroup = original.LargePersonGroup

type LargePersonGroupClient

type LargePersonGroupClient = original.LargePersonGroupClient

func NewLargePersonGroupClient

func NewLargePersonGroupClient(endpoint string) LargePersonGroupClient

type LargePersonGroupPersonClient

type LargePersonGroupPersonClient = original.LargePersonGroupPersonClient

func NewLargePersonGroupPersonClient

func NewLargePersonGroupPersonClient(endpoint string) LargePersonGroupPersonClient

type List

type List = original.List

type ListClient

type ListClient = original.ListClient

func NewListClient

func NewListClient(endpoint string) ListClient

type ListDetectedFace

type ListDetectedFace = original.ListDetectedFace

type ListIdentifyResult

type ListIdentifyResult = original.ListIdentifyResult

type ListLargeFaceList

type ListLargeFaceList = original.ListLargeFaceList

type ListLargePersonGroup

type ListLargePersonGroup = original.ListLargePersonGroup

type ListList

type ListList = original.ListList

type ListPersistedFace

type ListPersistedFace = original.ListPersistedFace

type ListPerson

type ListPerson = original.ListPerson

type ListPersonGroup

type ListPersonGroup = original.ListPersonGroup

type ListSimilarFace

type ListSimilarFace = original.ListSimilarFace

type ListSnapshot

type ListSnapshot = original.ListSnapshot

type Makeup

type Makeup = original.Makeup

type MetaDataContract

type MetaDataContract = original.MetaDataContract

type NameAndUserDataContract

type NameAndUserDataContract = original.NameAndUserDataContract

type Noise

type Noise = original.Noise

type NoiseLevel

type NoiseLevel = original.NoiseLevel
const (
	NoiseLevelHigh   NoiseLevel = original.NoiseLevelHigh
	NoiseLevelLow    NoiseLevel = original.NoiseLevelLow
	NoiseLevelMedium NoiseLevel = original.NoiseLevelMedium
)

func PossibleNoiseLevelValues

func PossibleNoiseLevelValues() []NoiseLevel

type Occlusion

type Occlusion = original.Occlusion

type OperationStatus

type OperationStatus = original.OperationStatus

type PersistedFace

type PersistedFace = original.PersistedFace

type Person

type Person = original.Person

type PersonGroup

type PersonGroup = original.PersonGroup

type PersonGroupClient

type PersonGroupClient = original.PersonGroupClient

func NewPersonGroupClient

func NewPersonGroupClient(endpoint string) PersonGroupClient

type PersonGroupPersonClient

type PersonGroupPersonClient = original.PersonGroupPersonClient

func NewPersonGroupPersonClient

func NewPersonGroupPersonClient(endpoint string) PersonGroupPersonClient

type RecognitionModel

type RecognitionModel = original.RecognitionModel

func PossibleRecognitionModelValues

func PossibleRecognitionModelValues() []RecognitionModel

type Rectangle

type Rectangle = original.Rectangle

type SimilarFace

type SimilarFace = original.SimilarFace

type Snapshot

type Snapshot = original.Snapshot

type SnapshotApplyMode

type SnapshotApplyMode = original.SnapshotApplyMode
const (
	CreateNew SnapshotApplyMode = original.CreateNew
)

func PossibleSnapshotApplyModeValues

func PossibleSnapshotApplyModeValues() []SnapshotApplyMode

type SnapshotClient

type SnapshotClient = original.SnapshotClient

func NewSnapshotClient

func NewSnapshotClient(endpoint string) SnapshotClient

type SnapshotObjectType

type SnapshotObjectType = original.SnapshotObjectType
const (
	SnapshotObjectTypeFaceList         SnapshotObjectType = original.SnapshotObjectTypeFaceList
	SnapshotObjectTypeLargeFaceList    SnapshotObjectType = original.SnapshotObjectTypeLargeFaceList
	SnapshotObjectTypeLargePersonGroup SnapshotObjectType = original.SnapshotObjectTypeLargePersonGroup
	SnapshotObjectTypePersonGroup      SnapshotObjectType = original.SnapshotObjectTypePersonGroup
)

func PossibleSnapshotObjectTypeValues

func PossibleSnapshotObjectTypeValues() []SnapshotObjectType

type TakeSnapshotRequest

type TakeSnapshotRequest = original.TakeSnapshotRequest

type TrainingStatus

type TrainingStatus = original.TrainingStatus

type TrainingStatusType

type TrainingStatusType = original.TrainingStatusType
const (
	TrainingStatusTypeFailed     TrainingStatusType = original.TrainingStatusTypeFailed
	TrainingStatusTypeNonstarted TrainingStatusType = original.TrainingStatusTypeNonstarted
	TrainingStatusTypeRunning    TrainingStatusType = original.TrainingStatusTypeRunning
	TrainingStatusTypeSucceeded  TrainingStatusType = original.TrainingStatusTypeSucceeded
)

func PossibleTrainingStatusTypeValues

func PossibleTrainingStatusTypeValues() []TrainingStatusType

type UpdateFaceRequest

type UpdateFaceRequest = original.UpdateFaceRequest

type UpdateSnapshotRequest

type UpdateSnapshotRequest = original.UpdateSnapshotRequest

type VerifyFaceToFaceRequest

type VerifyFaceToFaceRequest = original.VerifyFaceToFaceRequest

type VerifyFaceToPersonRequest

type VerifyFaceToPersonRequest = original.VerifyFaceToPersonRequest

type VerifyResult

type VerifyResult = original.VerifyResult

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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