struct_action.go 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. package reid
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // Action is a nested struct in reid response
  17. type Action struct {
  18. Status int `json:"Status" xml:"Status"`
  19. LocationLayerType string `json:"LocationLayerType" xml:"LocationLayerType"`
  20. Score float64 `json:"Score" xml:"Score"`
  21. FacePointNumber int `json:"FacePointNumber" xml:"FacePointNumber"`
  22. ArriveTimestamp int64 `json:"ArriveTimestamp" xml:"ArriveTimestamp"`
  23. StayValid bool `json:"StayValid" xml:"StayValid"`
  24. Id int64 `json:"Id" xml:"Id"`
  25. LeaveTimestamp int64 `json:"LeaveTimestamp" xml:"LeaveTimestamp"`
  26. UkId int64 `json:"UkId" xml:"UkId"`
  27. InStay int64 `json:"InStay" xml:"InStay"`
  28. GmtCreate int64 `json:"GmtCreate" xml:"GmtCreate"`
  29. SpecialType string `json:"SpecialType" xml:"SpecialType"`
  30. Age int `json:"Age" xml:"Age"`
  31. Gender string `json:"Gender" xml:"Gender"`
  32. ImageUrl string `json:"ImageUrl" xml:"ImageUrl"`
  33. GmtModified int64 `json:"GmtModified" xml:"GmtModified"`
  34. ImageType string `json:"ImageType" xml:"ImageType"`
  35. StayPeriod int `json:"StayPeriod" xml:"StayPeriod"`
  36. ImageObjectKey string `json:"ImageObjectKey" xml:"ImageObjectKey"`
  37. LocationId int64 `json:"LocationId" xml:"LocationId"`
  38. StoreId int64 `json:"StoreId" xml:"StoreId"`
  39. PointInMap PointInMap `json:"PointInMap" xml:"PointInMap"`
  40. ObjectPositionInImage ObjectPositionInImage `json:"ObjectPositionInImage" xml:"ObjectPositionInImage"`
  41. }