「CSG Actuarial, LLC は Google Cloud Platform を活用して、保険募集人向けのイノベーティブなソリューションを短期間で設計、実装しています。2 月にはマルチキャリアのオンライン加入手続きツールである Medicare Supplement を導入し、今後は Google Cloud Platform HIPAA BAA のもとで、個人の健康情報を App Engine によってセキュアに格納できるようになるでしょう。」 — Bryan Neary 氏、CSG Actuarial, LLC の社長
「安全性とプライバシーを尊重し、HIPAA に準拠した形で堅牢な機械学習モデルをトレーニングできる能力は、Arterys のビジネスにとって必要不可欠です。コア アプリケーションの開発と技術スタック上での構築に集中できるインフラストラクチャのサポートという点で、Google Cloud Platform は私たちの期待以上でした。」 — John Axerio-Cilies 氏、Arterys の CTO
「リアルタイムのインテリジェンスとアクショナブルな知見を提供できるだけでなく、高度な規制を受けている薬物送達や医療機器もサポートできるセキュアなクラウド プラットフォームが必要だと、私たちは考えていました。これからは、Google との戦略的パートナーシップを通じて、世界中のさまざまな個人情報、機密保護法制に準拠し、規制を受けたマネージド サービスの枠組みの範囲内で、医療の世界にまったく新しいレベルの知的情報を提供できます。」 — Kal Patel 氏、Flex のデジタル医療担当シニア VP
{ "name": "parades", "version": "0.0.1", "main": "index.js", "dependencies": { "actions-on-google": "^1.1.1" } }
const ApiAiApp = require('actions-on-google').ApiAiApp; function parade(app) { app.ask(`Chinese New Year Parade in Chinatown from 6pm to 9pm.`); } exports.parades = function(request, response) { var app = new ApiAiApp({request: request, response: response}); var actionMap = new Map(); actionMap.set("inquiry.parades", parade); app.handleRequest(actionMap); };
#define API_KEY @"YOUR_API_KEY"
NSDictionary *paramsDictionary = @{@"requests":@[ @{@"image": @{@"content":binaryImageData}, @"features":@[ @{@"type":@"LANDMARK_DETECTION", @"maxResults":@1}]}]};
#import AVSpeechUtterance *utterance = [[AVSpeechUtterance alloc] initWithString:message]; AVSpeechSynthesizer *synthesizer = [[AVSpeechSynthesizer alloc] init]; [synthesizer speakUtterance:utterance];
recognitionConfig.languageCode = @"en-US";
recognitionConfig.languageCode = @"zh-Hans";
#import AVSpeechUtterance *utterance = [[AVSpeechUtterance alloc] initWithString:message]; utterance.voice = [AVSpeechSynthesisVoice voiceWithLanguage:@"zh-Hans"]; AVSpeechSynthesizer *synthesizer = [[AVSpeechSynthesizer alloc] init]; [synthesizer speakUtterance:utterance];
where
location
ticket
hours
map
#context.parameter
inquiry.where.location.ticket
#inquiry-where-location.location