MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/nodejs-docs-samples / setContainsNoText

Method setContainsNoText

vision/textDetection.js:126–128  ·  view source on GitHub ↗

* Updates a given doc to have no text in redis. * @param {string} filename

(filename)

Source from the content-addressed store, hash-verified

124 * @param {string} filename
125 */
126 async setContainsNoText(filename) {
127 await this.docsClient.set(filename, '');
128 }
129}
130
131/**

Callers 1

extractDescriptionsFunction · 0.80

Calls 1

setMethod · 0.80

Tested by

no test coverage detected