# Azure 3/16 上課內容 ###### tags: `Azure` #### 文字    [文字:快速入門](https://docs.microsoft.com/zh-tw/azure/cognitive-services/text-analytics/quickstarts/client-libraries-rest-api?tabs=version-3&pivots=programming-language-python) #### Luis   [Luis](https://www.luis.ai/)        * Staging Slot 測試階段 * Production Slot 產品階段  #### JupyterLab     #### qna   [QnA Maker](https://www.qnamaker.ai/)   [https://www.iiiedu.org.tw/note/]   #### postman    #### content [content](https://docs.microsoft.com/zh-tw/azure/cognitive-services/content-moderator/client-libraries?tabs=visual-studio&pivots=programming-language-python)    ```clike= # Screen the input text: check for profanity, # do autocorrect text, and check for personally identifying # information (PII) with open('content_moderator_text_moderation.txt', "rb") as text_fd: screen = client.text_moderation.screen_text( text_content_type="text/plain", text_content=text_fd, language="eng", autocorrect=True, pii=True ) # assert isinstance(screen, Screen) pprint(screen.as_dict()) ``` #### 自訂視覺   [自訂視覺](https://www.customvision.ai/)   [圖片下載](https://github.com/MicrosoftDocs/mslearn-classify-images-with-thecustom- vision-service/raw/master/cvs-resources.zip)      #### postman    #### 虛擬機器       * 加密  進入後選no [vultr](https://my.vultr.com/deploy/) [godaddy](https://tw.godaddy.com/)
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up