Yahoo奇摩 網頁搜尋

搜尋結果

  1. Convert text into natural-sounding speech using an API powered by the best of Google’s AI technologies. New customers get up to $300 in free credits to try Text-to-Speech and other Google Cloud...

  2. Cloud Computing Services | Google Cloud

  3. Which Google Cloud certification is right for you? Foundational certification. Validates broad knowledge of cloud concepts and the products, services, tools, features, benefits, and use cases of...

  4. 2024年6月12日 · Integrate machine learning vision models into your applications and leverage powerful OCR, moderation, face detection, logo recognition, and label detection models.

    • Visualize The Flow of Data
    • Prepare The Application
    • Deploy The Functions
    • Upload An Image

    The flow of data in the OCR tutorial application involves several steps: 1. An image that contains text in any language is uploaded toCloud Storage. 2. A Cloud Function is triggered, which uses the Vision APIto extract the text and detect the source language. 3. The text is queued for translation bypublishing a message to a Pub/Sub topic.A translat...

    Create a Cloud Storage bucket to upload images to, whereYOUR_IMAGE_BUCKET_NAME is a globally unique bucket name:gsutil mb gs://YOUR_IMAGE_BUCKET_NAME
    Create a Cloud Storage bucket to save text translations to, whereYOUR_RESULT_BUCKET_NAME is a globally unique bucket name:gsutil mb gs://YOUR_RESULT_BUCKET_NAME
    Create a Cloud Pub/Sub topic to publish translation requests to, whereYOUR_TRANSLATE_TOPIC_NAME is the name of yourtranslation request topic:gcloud pubsub topics create YOUR_TRANSLATE_TOPIC_NAME
    Create a Cloud Pub/Sub topic to publish finished translation results to,where YOUR_RESULT_TOPIC_NAME is the name of yourtranslation result topic:gcloud pubsub topics create YOUR_RESULT_TOPIC_NAME
    To deploy the image processing function with a Cloud Storage trigger,run the following command in the directory that containsthe sample code (or in the case of Java, the pom.xml file):Node.js Pytho...
    To deploy the text translation function with a Cloud Pub/Sub trigger, run thefollowing command in the directory that contains the sample code (or in thecase of Java, the pom.xml file):Node.js Pytho...
    To deploy the function that saves results to Cloud Storage with a CloudPub/Sub trigger, run the following command in the directory that containsthe sample code (or in the case of Java, the pom.xml...
    Upload an image to your image Cloud Storage bucket:gsutil cp PATH_TO_IMAGEgs://YOUR_IMAGE_BUCKET_NAMEwhere
    Watch the logs to be sure the executions have completed:gcloud functions logs read --limit 100
    You can view the saved translations in the Cloud Storage bucket you used forYOUR_RESULT_BUCKET_NAME.
  5. 2024年6月12日 · What's next. This page lists reCAPTCHA features across the Essentials, Standard, and Enterprise tiers. For more information about the tiers, contact your account representative or Google Cloud...

  6. 2 天前 · Getting started. Direct Peering enables you to establish a direct peering connection between your business network and Google's edge network and exchange high-throughput cloud traffic. This...

  1. 其他人也搜尋了