{
  "id": "ConnectApi.​contentimage​filedetails",
  "nodeType": "class",
  "name": "​ContentImage​FileDetails",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "​ContentImage​FileDetails",
    "textToLower": "​contentimage​filedetails",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_​ContentImage​FileDetails_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Image file details.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_image_file_detail.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "height": {
      "id": "ConnectApi.​contentimage​filedetails.height",
      "nodeType": "variable",
      "name": "height",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "height",
        "textToLower": "height",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_height_-1:0"
      },
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public Integer height",
      "simplifiedSignature": "Integer height",
      "datatype": {
        "id": "ConnectApi.​contentimage​filedetails.height.integer",
        "nodeType": "datatype",
        "name": "Integer",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Image’s height in pixels.",
      "parentName": "​ContentImage​FileDetails"
    },
    "imageformat": {
      "id": "ConnectApi.​contentimage​filedetails.imageformat",
      "nodeType": "variable",
      "name": "imageFormat",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "imageFormat",
        "textToLower": "imageformat",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_imageFormat_-1:0"
      },
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String imageFormat",
      "simplifiedSignature": "String imageFormat",
      "datatype": {
        "id": "ConnectApi.​contentimage​filedetails.imageformat.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Image’s format.",
      "parentName": "​ContentImage​FileDetails"
    },
    "orientation": {
      "id": "ConnectApi.​contentimage​filedetails.orientation",
      "nodeType": "variable",
      "name": "orientation",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "orientation",
        "textToLower": "orientation",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_orientation_-1:0"
      },
      "order": 3,
      "memberOrder": 3,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String orientation",
      "simplifiedSignature": "String orientation",
      "datatype": {
        "id": "ConnectApi.​contentimage​filedetails.orientation.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Image’s EXIF orientation value, if present.",
      "parentName": "​ContentImage​FileDetails"
    },
    "width": {
      "id": "ConnectApi.​contentimage​filedetails.width",
      "nodeType": "variable",
      "name": "width",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "width",
        "textToLower": "width",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_width_-1:0"
      },
      "order": 4,
      "memberOrder": 4,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public Integer width",
      "simplifiedSignature": "Integer width",
      "datatype": {
        "id": "ConnectApi.​contentimage​filedetails.width.integer",
        "nodeType": "datatype",
        "name": "Integer",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Image’s width in pixels.",
      "parentName": "​ContentImage​FileDetails"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 4,
  "queries": []
}