Portrait.photographicAttributes Property¶
Module: Portrait
Type: PhotographicAttributes
Definition¶
Photographic attributes.
photographic_attributes: PhotographicAttributes
Exceptions
An error has occurred during Face Library execution.
PhotographicAttributes get photographicAttributes => getPhotographicAttributes();
Exceptions
An error has occurred during Face Library execution.
public PhotographicAttributes photographicAttributes
{
get => GetphotographicAttributes();
}
Exceptions
An error has occurred during Face Library execution.
public PhotographicAttributes getPhotographicAttributes() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public var photographicAttributes: PhotographicAttributes
get {
return try! getPhotographicAttributes()
}
}
Exceptions
An error has occurred during Face Library execution.
int id3FacePortrait_GetPhotographicAttributes (ID3_FACE_PORTRAIT hPortrait, id3FacePhotographicAttributes * sPhotographicAttributes)
Returns