struct_result.go 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. package mts
  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. // Result is a nested struct in mts response
  17. type Result struct {
  18. Message string `json:"Message" xml:"Message"`
  19. Code string `json:"Code" xml:"Code"`
  20. Label string `json:"Label" xml:"Label"`
  21. Rate string `json:"Rate" xml:"Rate"`
  22. Score string `json:"Score" xml:"Score"`
  23. Suggestion string `json:"Suggestion" xml:"Suggestion"`
  24. Scene string `json:"Scene" xml:"Scene"`
  25. PornResult PornResult `json:"PornResult" xml:"PornResult"`
  26. PoliticsResult PoliticsResult `json:"PoliticsResult" xml:"PoliticsResult"`
  27. QrcodeResult QrcodeResult `json:"QrcodeResult" xml:"QrcodeResult"`
  28. ContrabandResult ContrabandResult `json:"ContrabandResult" xml:"ContrabandResult"`
  29. AbuseResult AbuseResult `json:"AbuseResult" xml:"AbuseResult"`
  30. AdResult AdResult `json:"AdResult" xml:"AdResult"`
  31. TerrorismResult TerrorismResult `json:"TerrorismResult" xml:"TerrorismResult"`
  32. LiveResult LiveResult `json:"LiveResult" xml:"LiveResult"`
  33. LogoResult LogoResult `json:"LogoResult" xml:"LogoResult"`
  34. SpamResult SpamResult `json:"SpamResult" xml:"SpamResult"`
  35. ImageSearchShots ImageSearchShots `json:"ImageSearchShots" xml:"ImageSearchShots"`
  36. }