...

Package face

import "github.com/Azure/azure-sdk-for-go/profiles/latest/cognitiveservices/face"
Overview
Index
Subdirectories

Overview ▾

Index ▾

func UserAgent() string
func Version() string
type APIError
type Accessory
type AccessoryType
    func PossibleAccessoryTypeValues() []AccessoryType
type ApplySnapshotRequest
type AttributeType
    func PossibleAttributeTypeValues() []AttributeType
type Attributes
type BaseClient
    func New(endpoint string) BaseClient
    func NewWithoutDefaults(endpoint string) BaseClient
type Blur
type BlurLevel
    func PossibleBlurLevelValues() []BlurLevel
type Client
    func NewClient(endpoint string) Client
type Coordinate
type DetectedFace
type DetectionModel
    func PossibleDetectionModelValues() []DetectionModel
type Emotion
type Error
type Exposure
type ExposureLevel
    func PossibleExposureLevelValues() []ExposureLevel
type FacialHair
type FindSimilarMatchMode
    func PossibleFindSimilarMatchModeValues() []FindSimilarMatchMode
type FindSimilarRequest
type Gender
    func PossibleGenderValues() []Gender
type GlassesType
    func PossibleGlassesTypeValues() []GlassesType
type GroupRequest
type GroupResult
type Hair
type HairColor
type HairColorType
    func PossibleHairColorTypeValues() []HairColorType
type HeadPose
type IdentifyCandidate
type IdentifyRequest
type IdentifyResult
type ImageURL
type Landmarks
type LargeFaceList
type LargeFaceListClient
    func NewLargeFaceListClient(endpoint string) LargeFaceListClient
type LargePersonGroup
type LargePersonGroupClient
    func NewLargePersonGroupClient(endpoint string) LargePersonGroupClient
type LargePersonGroupPersonClient
    func NewLargePersonGroupPersonClient(endpoint string) LargePersonGroupPersonClient
type List
type ListClient
    func NewListClient(endpoint string) ListClient
type ListDetectedFace
type ListIdentifyResult
type ListLargeFaceList
type ListLargePersonGroup
type ListList
type ListPersistedFace
type ListPerson
type ListPersonGroup
type ListSimilarFace
type ListSnapshot
type Makeup
type MetaDataContract
type NameAndUserDataContract
type Noise
type NoiseLevel
    func PossibleNoiseLevelValues() []NoiseLevel
type Occlusion
type OperationStatus
type OperationStatusType
    func PossibleOperationStatusTypeValues() []OperationStatusType
type PersistedFace
type Person
type PersonGroup
type PersonGroupClient
    func NewPersonGroupClient(endpoint string) PersonGroupClient
type PersonGroupPersonClient
    func NewPersonGroupPersonClient(endpoint string) PersonGroupPersonClient
type RecognitionModel
    func PossibleRecognitionModelValues() []RecognitionModel
type Rectangle
type SimilarFace
type Snapshot
type SnapshotApplyMode
    func PossibleSnapshotApplyModeValues() []SnapshotApplyMode
type SnapshotClient
    func NewSnapshotClient(endpoint string) SnapshotClient
type SnapshotObjectType
    func PossibleSnapshotObjectTypeValues() []SnapshotObjectType
type TakeSnapshotRequest
type TrainingStatus
type TrainingStatusType
    func PossibleTrainingStatusTypeValues() []TrainingStatusType
type UpdateFaceRequest
type UpdateSnapshotRequest
type VerifyFaceToFaceRequest
type VerifyFaceToPersonRequest
type VerifyResult

Package files

models.go

func UserAgent

func UserAgent() string

func Version

func Version() string

type APIError

type APIError = original.APIError

type Accessory

type Accessory = original.Accessory

type AccessoryType

type AccessoryType = original.AccessoryType
const (
    Glasses  AccessoryType = original.Glasses
    HeadWear AccessoryType = original.HeadWear
    Mask     AccessoryType = original.Mask
)

func PossibleAccessoryTypeValues

func PossibleAccessoryTypeValues() []AccessoryType

type ApplySnapshotRequest

type ApplySnapshotRequest = original.ApplySnapshotRequest

type AttributeType

type AttributeType = original.AttributeType
const (
    AttributeTypeAccessories AttributeType = original.AttributeTypeAccessories
    AttributeTypeAge         AttributeType = original.AttributeTypeAge
    AttributeTypeBlur        AttributeType = original.AttributeTypeBlur
    AttributeTypeEmotion     AttributeType = original.AttributeTypeEmotion
    AttributeTypeExposure    AttributeType = original.AttributeTypeExposure
    AttributeTypeFacialHair  AttributeType = original.AttributeTypeFacialHair
    AttributeTypeGender      AttributeType = original.AttributeTypeGender
    AttributeTypeGlasses     AttributeType = original.AttributeTypeGlasses
    AttributeTypeHair        AttributeType = original.AttributeTypeHair
    AttributeTypeHeadPose    AttributeType = original.AttributeTypeHeadPose
    AttributeTypeMakeup      AttributeType = original.AttributeTypeMakeup
    AttributeTypeNoise       AttributeType = original.AttributeTypeNoise
    AttributeTypeOcclusion   AttributeType = original.AttributeTypeOcclusion
    AttributeTypeSmile       AttributeType = original.AttributeTypeSmile
)

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
const (
    High   BlurLevel = original.High
    Low    BlurLevel = original.Low
    Medium BlurLevel = original.Medium
)

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
const (
    GoodExposure  ExposureLevel = original.GoodExposure
    OverExposure  ExposureLevel = original.OverExposure
    UnderExposure ExposureLevel = original.UnderExposure
)

func PossibleExposureLevelValues

func PossibleExposureLevelValues() []ExposureLevel

type FacialHair

type FacialHair = original.FacialHair

type FindSimilarMatchMode

type FindSimilarMatchMode = original.FindSimilarMatchMode
const (
    MatchFace   FindSimilarMatchMode = original.MatchFace
    MatchPerson FindSimilarMatchMode = original.MatchPerson
)

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 HairColorType

type HairColorType = original.HairColorType
const (
    Black   HairColorType = original.Black
    Blond   HairColorType = original.Blond
    Brown   HairColorType = original.Brown
    Gray    HairColorType = original.Gray
    Other   HairColorType = original.Other
    Red     HairColorType = original.Red
    Unknown HairColorType = original.Unknown
    White   HairColorType = original.White
)

func PossibleHairColorTypeValues

func PossibleHairColorTypeValues() []HairColorType

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 OperationStatusType

type OperationStatusType = original.OperationStatusType
const (
    Failed     OperationStatusType = original.Failed
    Notstarted OperationStatusType = original.Notstarted
    Running    OperationStatusType = original.Running
    Succeeded  OperationStatusType = original.Succeeded
)

func PossibleOperationStatusTypeValues

func PossibleOperationStatusTypeValues() []OperationStatusType

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
const (
    Recognition01 RecognitionModel = original.Recognition01
    Recognition02 RecognitionModel = original.Recognition02
    Recognition03 RecognitionModel = original.Recognition03
)

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

Subdirectories

Name Synopsis
..
faceapi