Class BoundingPolygon
The object-bounding polygon box.
Inherited Members
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
public class BoundingPolygon
Properties
NormalizedVertices
Declaration
[Required(ErrorMessage = "NormalizedVertices is required.")]
[JsonProperty(PropertyName = "normalizedVertices")]
public List<NormalizedVertex> NormalizedVertices { get; set; }
Property Value
Type | Description |
---|---|
List<NormalizedVertex> | An array of normalized points defining the polygon's perimeter, with an implicit segment between subsequent points and between the first and last point.
Rectangles are defined with four points. For example, |
Remarks
Required