ContractQueryPositionmetricsDocumentLocationsResponse.go 575 B

12345678910111213
  1. package common
  2. type ContractQueryPositionmetricsDocumentLocationsResponse struct {
  3. // 【签署文档正文坐标位置总数】签署文档正文坐标位置总数
  4. CoordinateRect *int64 `json:"coordinateRect,omitempty"`
  5. // 【签署文档正文关键字位置总数】签署文档正文关键字位置总数
  6. KeywordRect *int64 `json:"keywordRect,omitempty"`
  7. // 【签署文档骑缝位置总数】签署文档骑缝位置总数
  8. AcrossRect *int64 `json:"acrossRect,omitempty"`
  9. // 【签署文档id】签署文档id
  10. DocumentId string `json:"documentId,omitempty"`
  11. }