package common type ContractQueryPositionmetricsSignatoryLocationsActionLocationsDocumentLocationResponse struct { // 【签署文档正文坐标位置总数】签署文档正文坐标位置总数 CoordinateRect *int64 `json:"coordinateRect,omitempty"` // 【签署文档正文关键字位置总数】签署文档正文关键字位置总数 KeywordRect *int64 `json:"keywordRect,omitempty"` // 【签署文档骑缝位置总数】签署文档骑缝位置总数 AcrossRect *int64 `json:"acrossRect,omitempty"` // 【签署文档id】签署文档id DocumentId string `json:"documentId,omitempty"` }