Skip to content

Instantly share code, notes, and snippets.

@fhinkel
Created February 11, 2021 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fhinkel/a4aa663ec44424df0c705f40352858a9 to your computer and use it in GitHub Desktop.
Save fhinkel/a4aa663ec44424df0c705f40352858a9 to your computer and use it in GitHub Desktop.
{
"metadata": {
"toolPackage": "@microsoft/api-extractor",
"toolVersion": "7.8.2-pr1796.0",
"schemaVersion": 1003,
"oldestForwardsCompatibleVersion": 1001
},
"kind": "Package",
"canonicalReference": "@google-cloud/video-intelligence!",
"docComment": "",
"name": "@google-cloud/video-intelligence",
"members": [
{
"kind": "EntryPoint",
"canonicalReference": "@google-cloud/video-intelligence!",
"name": "",
"members": [
{
"kind": "Variable",
"canonicalReference": "@google-cloud/video-intelligence!_default:var",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "_default: "
},
{
"kind": "Content",
"text": "{\n v1: typeof v1;\n VideoIntelligenceServiceClient: typeof v1."
},
{
"kind": "Reference",
"text": "VideoIntelligenceServiceClient",
"canonicalReference": "@google-cloud/video-intelligence!VideoIntelligenceServiceClient:class"
},
{
"kind": "Content",
"text": ";\n}"
}
],
"releaseTag": "Public",
"name": "_default",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 4
}
},
{
"kind": "Namespace",
"canonicalReference": "@google-cloud/video-intelligence!v1:namespace",
"docComment": "",
"excerptTokens": [],
"releaseTag": "None",
"name": "v1",
"members": [
{
"kind": "Class",
"canonicalReference": "@google-cloud/video-intelligence!v1.VideoIntelligenceServiceClient:class",
"docComment": "/**\n * Service that implements the Video Intelligence API. Here is my comment yyy @class @memberof v1\n *\n * @example\n *\n * ```const aaa 1```;\n *\n * @example\n *\n * const aaa 2;\n *\n * @example\n *\n * ```const aaa 3;```\n */\n",
"excerptTokens": [
{
"kind": "Content",
"text": "export declare class VideoIntelligenceServiceClient "
}
],
"releaseTag": "Public",
"name": "VideoIntelligenceServiceClient",
"members": [
{
"kind": "Property",
"canonicalReference": "@google-cloud/video-intelligence!v1.VideoIntelligenceServiceClient#videoIntelligenceServiceStub:member",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "videoIntelligenceServiceStub?: "
},
{
"kind": "Reference",
"text": "Promise",
"canonicalReference": "!Promise:interface"
},
{
"kind": "Content",
"text": "<{\n [name: string]: "
},
{
"kind": "Reference",
"text": "Function",
"canonicalReference": "!Function:interface"
},
{
"kind": "Content",
"text": ";\n }>"
},
{
"kind": "Content",
"text": ";"
}
],
"releaseTag": "Public",
"name": "videoIntelligenceServiceStub",
"propertyTypeTokenRange": {
"startIndex": 1,
"endIndex": 5
},
"isStatic": false
}
],
"implementsTokenRanges": []
}
]
},
{
"kind": "TypeAlias",
"canonicalReference": "@google-cloud/video-intelligence!VideoIntelligenceServiceClient:type",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "declare type VideoIntelligenceServiceClient = "
},
{
"kind": "Content",
"text": "v1."
},
{
"kind": "Reference",
"text": "VideoIntelligenceServiceClient",
"canonicalReference": "@google-cloud/video-intelligence!VideoIntelligenceServiceClient:class"
},
{
"kind": "Content",
"text": ";"
}
],
"releaseTag": "Public",
"name": "VideoIntelligenceServiceClient",
"typeTokenRange": {
"startIndex": 1,
"endIndex": 3
}
},
{
"kind": "Variable",
"canonicalReference": "@google-cloud/video-intelligence!VideoIntelligenceServiceClient:var",
"docComment": "",
"excerptTokens": [
{
"kind": "Content",
"text": "VideoIntelligenceServiceClient: "
},
{
"kind": "Content",
"text": "typeof v1."
},
{
"kind": "Reference",
"text": "VideoIntelligenceServiceClient",
"canonicalReference": "@google-cloud/video-intelligence!VideoIntelligenceServiceClient:class"
}
],
"releaseTag": "Public",
"name": "VideoIntelligenceServiceClient",
"variableTypeTokenRange": {
"startIndex": 1,
"endIndex": 3
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment