Package com.onfido.model
Class FacialSimilarityVideoBreakdown
- java.lang.Object
-
- com.onfido.model.FacialSimilarityVideoBreakdown
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class FacialSimilarityVideoBreakdown extends Object
FacialSimilarityVideoBreakdown
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFacialSimilarityVideoBreakdown.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_FACE_COMPARISONstatic StringSERIALIZED_NAME_IMAGE_INTEGRITYstatic StringSERIALIZED_NAME_VISUAL_AUTHENTICITY
-
Constructor Summary
Constructors Constructor Description FacialSimilarityVideoBreakdown()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_FACE_COMPARISON
public static final String SERIALIZED_NAME_FACE_COMPARISON
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IMAGE_INTEGRITY
public static final String SERIALIZED_NAME_IMAGE_INTEGRITY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VISUAL_AUTHENTICITY
public static final String SERIALIZED_NAME_VISUAL_AUTHENTICITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
faceComparison
public FacialSimilarityVideoBreakdown faceComparison(FacialSimilarityVideoBreakdownFaceComparison faceComparison)
-
getFaceComparison
@Nullable public FacialSimilarityVideoBreakdownFaceComparison getFaceComparison()
Get faceComparison- Returns:
- faceComparison
-
setFaceComparison
public void setFaceComparison(FacialSimilarityVideoBreakdownFaceComparison faceComparison)
-
imageIntegrity
public FacialSimilarityVideoBreakdown imageIntegrity(FacialSimilarityVideoBreakdownImageIntegrity imageIntegrity)
-
getImageIntegrity
@Nullable public FacialSimilarityVideoBreakdownImageIntegrity getImageIntegrity()
Get imageIntegrity- Returns:
- imageIntegrity
-
setImageIntegrity
public void setImageIntegrity(FacialSimilarityVideoBreakdownImageIntegrity imageIntegrity)
-
visualAuthenticity
public FacialSimilarityVideoBreakdown visualAuthenticity(FacialSimilarityVideoBreakdownVisualAuthenticity visualAuthenticity)
-
getVisualAuthenticity
@Nullable public FacialSimilarityVideoBreakdownVisualAuthenticity getVisualAuthenticity()
Get visualAuthenticity- Returns:
- visualAuthenticity
-
setVisualAuthenticity
public void setVisualAuthenticity(FacialSimilarityVideoBreakdownVisualAuthenticity visualAuthenticity)
-
putAdditionalProperty
public FacialSimilarityVideoBreakdown putAdditionalProperty(String key, Object value)
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the FacialSimilarityVideoBreakdown instance itself
-
getAdditionalProperties
public Map<String,Object> getAdditionalProperties()
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
public Object getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to FacialSimilarityVideoBreakdown
-
fromJson
public static FacialSimilarityVideoBreakdown fromJson(String jsonString) throws IOException
Create an instance of FacialSimilarityVideoBreakdown given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of FacialSimilarityVideoBreakdown
- Throws:
IOException- if the JSON string is invalid with respect to FacialSimilarityVideoBreakdown
-
toJson
public String toJson()
Convert an instance of FacialSimilarityVideoBreakdown to an JSON string- Returns:
- JSON string
-
-