Skip to content

Commit

Permalink
feat: add .repo-metadata.json and generate README (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and NimJay committed Nov 10, 2022
1 parent 16205f6 commit a0d3f5e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloud-language/snippets/analyze.v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

'use strict';

// sample-metadata:
// title: Analyze v1
async function analyzeSentimentOfText(text) {
// [START language_sentiment_text]
// Imports the Google Cloud client library
Expand Down
2 changes: 2 additions & 0 deletions cloud-language/snippets/analyze.v1beta2.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

'use strict';

// sample-metadata:
// title: Analyze v1beta2
async function analyzeSentimentOfText(text) {
// [START language_sentiment_string]
// Imports the Google Cloud client library
Expand Down
1 change: 1 addition & 0 deletions cloud-language/snippets/automlNaturalLanguageDataset.js
1 change: 1 addition & 0 deletions cloud-language/snippets/automlNaturalLanguageModel.js
1 change: 1 addition & 0 deletions cloud-language/snippets/automlNaturalLanguagePredict.js

0 comments on commit a0d3f5e

Please sign in to comment.