clarifai-go
clarifai-go copied to clipboard
Images and Videos tag response inconsistency
This pull request adds ImageTag()
and VideoTag()
methods and parallel model structures for image and video tag response. The existing Tag()
method will return the same structure (but now the struct is named ImageTag
).
The problem is explained here: https://github.com/Clarifai/clarifai-go/issues/10