TagsTransform

public class TagsTransform : Transform

Analyzes and returns any tags associated to this image.

Example of returned response:

{
    "tags": {
        "auto": {
            "cat": 98,
            "cat like mammal": 77,
            "close up": 78,
            "european shorthair": 68,
            "fauna": 84,
            "mammal": 93,
            "small to medium sized cats": 76,
            "tabby cat": 72,
            "vertebrate": 92,
            "whiskers": 92
        }
    }
}

Lifecycle

  • Initializes a TagsTransform object.

    Declaration

    Swift

    public init()