- package vo
- type ContentCheckParam struct {
- AK string `json:"ak"`
- SK string `json:"sk"`
- ProjectId string `json:"project_id"`
- Text string `json:"text"`
- Image string `json:"image"`
- Video string `json:"video"`
- Document string `json:"document"`
- Format string `json:"format"`
- Credentials string `json:"credentials"`
- }
|