Navigation | Overlay |
---|---|
t Navigate files | h Toggle hits |
y Change url to tip of branch | m Toggle misses |
b / v Jump to prev/next hit line | p Toggle partial |
z / x Jump to prev/next missed or partial line | 1..9 Toggle flags |
shift + o Open current page in GitHub | a Toggle all on |
/ or ? Show keyboard shortcuts dialog | c Toggle context lines or commits |
1 | 4 |
// Copyright 2020 Google LLC
|
2 | 4 |
//
|
3 | 4 |
// Licensed under the Apache License, Version 2.0 (the "License");
|
4 | 4 |
// you may not use this file except in compliance with the License.
|
5 | 4 |
// You may obtain a copy of the License at
|
6 | 4 |
//
|
7 | 4 |
// https://www.apache.org/licenses/LICENSE-2.0
|
8 | 4 |
//
|
9 | 4 |
// Unless required by applicable law or agreed to in writing, software
|
10 | 4 |
// distributed under the License is distributed on an "AS IS" BASIS,
|
11 | 4 |
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12 | 4 |
// See the License for the specific language governing permissions and
|
13 | 4 |
// limitations under the License.
|
14 | 4 |
//
|
15 | 4 |
// ** This file is automatically generated by gapic-generator-typescript. **
|
16 | 4 |
// ** https://github.com/googleapis/gapic-generator-typescript **
|
17 | 4 |
// ** All changes to this file may be overwritten. **
|
18 | 4 |
|
19 |
export {ImageAnnotatorClient} from './image_annotator_client'; |
Read our documentation on viewing source code .