lib/google/cloud/vision/v1.rb in google-cloud-vision-0.30.1 vs lib/google/cloud/vision/v1.rb in google-cloud-vision-0.30.2

- old
+ new

@@ -10,10 +10,11 @@ # 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. + require "google/cloud/vision/v1/image_annotator_client" require "google/cloud/vision/v1/image_annotator_pb" module Google module Cloud @@ -35,9 +36,14 @@ # # 1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project) # 2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project) # 3. [Enable the Cloud Vision API.](https://console.cloud.google.com/apis/library/vision.googleapis.com) # 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication) + # + # ### Installation + # ``` + # $ gem install google-cloud-vision + # ``` # # ### Preview # #### ImageAnnotatorClient # ```rb # require "google/cloud/vision"