Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions speech/.coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[run]
branch = True
omit =
*/gapic/*
*/proto/*

[report]
fail_under = 100
Expand Down
1 change: 0 additions & 1 deletion speech/google/cloud/gapic/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion speech/google/cloud/gapic/speech/__init__.py

This file was deleted.

283 changes: 0 additions & 283 deletions speech/google/cloud/gapic/speech/v1/speech_client.py

This file was deleted.

41 changes: 0 additions & 41 deletions speech/google/cloud/gapic/speech/v1/speech_client_config.json

This file was deleted.

1 change: 0 additions & 1 deletion speech/google/cloud/proto/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion speech/google/cloud/proto/speech/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion speech/google/cloud/proto/speech/v1/__init__.py

This file was deleted.

16 changes: 14 additions & 2 deletions speech/tests/unit/__init__.py → speech/google/cloud/speech.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# Copyright 2016 Google LLC
# Copyright 2018 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from __future__ import absolute_import

from google.cloud.speech_v1 import SpeechClient
from google.cloud.speech_v1 import enums
from google.cloud.speech_v1 import types

__all__ = (
'enums',
'types',
'SpeechClient',
)
Loading