MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / getReviewText

Function getReviewText

sentiment/ui.js:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48export function getReviewText() {
49 const reviewText = document.getElementById('review-text');
50 return reviewText.value;
51}
52
53function doPredict(predict) {
54 const reviewText = document.getElementById('review-text');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected