HologramAuthenticationResult.hologramName Property¶
Module: HologramAuthenticationResult
Type: string
Definition¶
Name of the hologram.
hologram_name: str
Exceptions
An error has occurred during Document Library execution.
String get hologramName => getHologramName();
Exceptions
An error has occurred during Document Library execution.
public string hologramName
{
get => GethologramName();
}
Exceptions
An error has occurred during Document Library execution.
public String getHologramName() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var hologramName: String
get {
return try! getHologramName()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResult_GetHologramName (ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResult, char * hologramName, int * hologramNameSize)
Returns