Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
誰かがGoogle翻訳APIでisReliableを使用したことがありますか?常に「未定義」の値を返します。
google.language.translate('hello','','es',function(result){ alert(result.isReliable); // prints undefined alert(result.translation); // prints "hola" });
リソース: GoogleTranslateAPI-結果オブジェクト
isReliable -検出間隔が、指定されたテキストの言語コードが信頼できると信じるかどうかを表すブール値 。
言語検出にのみ機能します (翻訳には機能しません)。
ここで例を見ることができます。