Signature¶
-
class
oci.ai_document.models.
Signature
(**kwargs)¶ Bases:
object
The signatures detected.
Methods
__init__
(**kwargs)Initializes a new Signature object with values from keyword arguments. Attributes
bounding_polygon
[Required] Gets the bounding_polygon of this Signature. confidence
[Required] Gets the confidence of this Signature. -
__init__
(**kwargs)¶ Initializes a new Signature object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - confidence (float) – The value to assign to the confidence property of this Signature.
- bounding_polygon (oci.ai_document.models.BoundingPolygon) – The value to assign to the bounding_polygon property of this Signature.
-
bounding_polygon
¶ [Required] Gets the bounding_polygon of this Signature.
Returns: The bounding_polygon of this Signature. Return type: oci.ai_document.models.BoundingPolygon
-
confidence
¶ [Required] Gets the confidence of this Signature. The confidence score between 0 and 1.
Returns: The confidence of this Signature. Return type: float
-