プログラムで Azure AI サービス リソースを作成するための次の C# メソッドがあります。 米国西部Azureリージョンに無料のAzureリソースを作成するには、関数を呼び出す必要があります。このリソースは、画像のキャプションを自動生成するために使用されます。 どのコードを使用すればよいですか?
正解:A
There is free tier available for Computer Vision service. - Free - Web/Container - 20 per minute - 5,000 free transactions per month Only ComputerVision allows you to generate descriptions. Custom vision is used to build custom models for image classification and other basic stuff, not complex tasks like description generation. Reference: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/computer-vision/