6
6
7
7
[ ![ release level] ( https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat )] ( https://cloud.google.com/terms/launch-stages )
8
8
[ ![ npm version] ( https://img.shields.io/npm/v/@google-cloud/video-intelligence.svg )] ( https://www.npmjs.org/package/@google-cloud/video-intelligence )
9
- [ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-video-intelligence/master .svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-video-intelligence )
9
+ [ ![ codecov] ( https://img.shields.io/codecov/c/github/googleapis/nodejs-video-intelligence/main .svg?style=flat )] ( https://codecov.io/gh/googleapis/nodejs-video-intelligence )
10
10
11
11
12
12
@@ -15,7 +15,7 @@ Google Cloud Video Intelligence API client for Node.js
15
15
16
16
17
17
A comprehensive list of changes in each version may be found in
18
- [ the CHANGELOG] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /CHANGELOG.md ) .
18
+ [ the CHANGELOG] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /CHANGELOG.md ) .
19
19
20
20
* [ Google Cloud Video Intelligence Node.js Client API Reference] [ client-docs ]
21
21
* [ Google Cloud Video Intelligence Documentation] [ product-docs ]
@@ -120,26 +120,26 @@ labels.forEach(label => {
120
120
121
121
## Samples
122
122
123
- Samples are in the [ ` samples/ ` ] ( https://github.com/googleapis/nodejs-video-intelligence/tree/master /samples ) directory. Each sample's ` README.md ` has instructions for running its sample.
123
+ Samples are in the [ ` samples/ ` ] ( https://github.com/googleapis/nodejs-video-intelligence/tree/main /samples ) directory. Each sample's ` README.md ` has instructions for running its sample.
124
124
125
125
| Sample | Source Code | Try it |
126
126
| --------------------------- | --------------------------------- | ------ |
127
- | Analyze-face-detection-gcs | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-face-detection-gcs.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-face-detection-gcs.js,samples/README.md ) |
128
- | Analyze-face-detection | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-face-detection.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-face-detection.js,samples/README.md ) |
129
- | Analyze-person-detection-gcs | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-person-detection-gcs.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-person-detection-gcs.js,samples/README.md ) |
130
- | Analyze-person-detection | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-person-detection.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-person-detection.js,samples/README.md ) |
131
- | Analyze-streaming-annotation-to-storage | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-streaming-annotation-to-storage.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-annotation-to-storage.js,samples/README.md ) |
132
- | Analyze-streaming-automl-classification | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-streaming-automl-classification.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-automl-classification.js,samples/README.md ) |
133
- | Analyze-streaming-automl-object-tracking | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-streaming-automl-object-tracking.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-automl-object-tracking.js,samples/README.md ) |
134
- | Analyze-streaming-labels | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-streaming-labels.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-labels.js,samples/README.md ) |
135
- | Analyze-streaming-object | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-streaming-object.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-object.js,samples/README.md ) |
136
- | Analyze-streaming-safe-search | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-streaming-safe-search.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-safe-search.js,samples/README.md ) |
137
- | Analyze-streaming-shot-change | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze-streaming-shot-change.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-shot-change.js,samples/README.md ) |
138
- | Analyze | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze.js,samples/README.md ) |
139
- | Analyze.v1p2beta1 | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/analyze.v1p2beta1.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze.v1p2beta1.js,samples/README.md ) |
140
- | Detect_logo | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/detect_logo.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/detect_logo.js,samples/README.md ) |
141
- | Detect_logo_gcs | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/detect_logo_gcs.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/detect_logo_gcs.js,samples/README.md ) |
142
- | Quickstart | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /samples/quickstart.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/quickstart.js,samples/README.md ) |
127
+ | Analyze-face-detection-gcs | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-face-detection-gcs.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-face-detection-gcs.js,samples/README.md ) |
128
+ | Analyze-face-detection | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-face-detection.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-face-detection.js,samples/README.md ) |
129
+ | Analyze-person-detection-gcs | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-person-detection-gcs.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-person-detection-gcs.js,samples/README.md ) |
130
+ | Analyze-person-detection | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-person-detection.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-person-detection.js,samples/README.md ) |
131
+ | Analyze-streaming-annotation-to-storage | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-streaming-annotation-to-storage.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-annotation-to-storage.js,samples/README.md ) |
132
+ | Analyze-streaming-automl-classification | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-streaming-automl-classification.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-automl-classification.js,samples/README.md ) |
133
+ | Analyze-streaming-automl-object-tracking | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-streaming-automl-object-tracking.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-automl-object-tracking.js,samples/README.md ) |
134
+ | Analyze-streaming-labels | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-streaming-labels.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-labels.js,samples/README.md ) |
135
+ | Analyze-streaming-object | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-streaming-object.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-object.js,samples/README.md ) |
136
+ | Analyze-streaming-safe-search | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-streaming-safe-search.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-safe-search.js,samples/README.md ) |
137
+ | Analyze-streaming-shot-change | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze-streaming-shot-change.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze-streaming-shot-change.js,samples/README.md ) |
138
+ | Analyze | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze.js,samples/README.md ) |
139
+ | Analyze.v1p2beta1 | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/analyze.v1p2beta1.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/analyze.v1p2beta1.js,samples/README.md ) |
140
+ | Detect_logo | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/detect_logo.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/detect_logo.js,samples/README.md ) |
141
+ | Detect_logo_gcs | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/detect_logo_gcs.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/detect_logo_gcs.js,samples/README.md ) |
142
+ | Quickstart | [ source code] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /samples/quickstart.js ) | [ ![ Open in Cloud Shell] [ shell_img ]] ( https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-video-intelligence&page=editor&open_in_editor=samples/quickstart.js,samples/README.md ) |
143
143
144
144
145
145
@@ -188,7 +188,7 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages]
188
188
189
189
## Contributing
190
190
191
- Contributions welcome! See the [ Contributing Guide] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /CONTRIBUTING.md ) .
191
+ Contributions welcome! See the [ Contributing Guide] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /CONTRIBUTING.md ) .
192
192
193
193
Please note that this ` README.md ` , the ` samples/README.md ` ,
194
194
and a variety of configuration files in this repository (including ` .nycrc ` and ` tsconfig.json ` )
@@ -200,7 +200,7 @@ to its templates in
200
200
201
201
Apache Version 2.0
202
202
203
- See [ LICENSE] ( https://github.com/googleapis/nodejs-video-intelligence/blob/master /LICENSE )
203
+ See [ LICENSE] ( https://github.com/googleapis/nodejs-video-intelligence/blob/main /LICENSE )
204
204
205
205
[ client-docs ] : https://cloud.google.com/nodejs/docs/reference/video-intelligence/latest
206
206
[ product-docs ] : https://cloud.google.com/video-intelligence
0 commit comments