'
Show / Hide Table of Contents

Class FacePhotoModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

Extension

Type: String. Maximum length: 10. Thye extension of the file.

Declaration
public string Extension { get; set; }
Property Value
Type Description
System.String

Filename

Type: String. Maximum length: 255. The name of the file of the photo.

Declaration
public string Filename { get; set; }
Property Value
Type Description
System.String

IsLinkedToPOPPicture

Type: Boolean. Indicates if the photo is linked to a POP picture.

Declaration
public bool IsLinkedToPOPPicture { get; set; }
Property Value
Type Description
System.Boolean

IsPanorama

Type: Boolean. Indicates if the photo is a panorama picture.

Declaration
public bool IsPanorama { get; set; }
Property Value
Type Description
System.Boolean

IsPrimary

Type: Boolean. Indicates if this is the primary photo for the face.

Declaration
public bool IsPrimary { get; set; }
Property Value
Type Description
System.Boolean

PhotosheetOrder

Optional. Type: Integer. Specifies the order of the photo in photosheets.

Declaration
public int? PhotosheetOrder { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PhotoUrl

Type: String. The URL of the photo.

Declaration
public string PhotoUrl { get; set; }
Property Value
Type Description
System.String

ThumbnailUrl

Type: String. The URL of the thumbnail of the photo.

Declaration
public string ThumbnailUrl { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX