{"id":3333,"date":"2025-07-10T21:43:18","date_gmt":"2025-07-10T21:43:18","guid":{"rendered":"https:\/\/beenews.com.br\/?p=3333"},"modified":"2025-07-10T21:43:19","modified_gmt":"2025-07-10T21:43:19","slug":"%e6%a4%8d%e7%89%a9%e3%81%ae%e8%ad%98%e5%88%a5%e6%96%b9%e6%b3%95%e3%82%92%e3%81%94%e8%a6%a7%e3%81%8f%e3%81%a0%e3%81%95%e3%81%84","status":"publish","type":"post","link":"https:\/\/beenews.com.br\/ja\/veja-agora-como-identificar-plantas\/","title":{"rendered":"\u690d\u7269\u306e\u898b\u5206\u3051\u65b9\u3092\u4eca\u3059\u3050\u898b\u308b"},"content":{"rendered":"<p>PlantNet \u30a2\u30d7\u30ea\u306f\u3001\u5199\u771f\u304b\u3089\u690d\u7269\u3092\u8b58\u5225\u3059\u308b\u305f\u3081\u306e\u5f37\u529b\u306a\u7121\u6599\u30c4\u30fc\u30eb\u3067\u3001App Store \u307e\u305f\u306f Google Play \u304b\u3089\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u307e\u3059\u3002<\/p>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/6p_UoXPjovHWARuVaOilwZzjIOzqltetjYkE9eQ9L9ZhgBb2Fbbl8LkVCf-k64k8Fw=w240-h480-rw\" alt=\"PlantNet\u690d\u7269\u8b58\u5225\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">PlantNet\u690d\u7269\u8b58\u5225<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">4,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">205,359\u4ef6\u306e\u30ec\u30d3\u30e5\u30fc<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">10\u30de\u30a4\u30eb\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/beenews.com.br\/ja\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=org.plantnet\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Google Play\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/beenews.com.br\/ja\/redir\/?url=https:\/\/apps.apple.com\/br\/app\/plantnet\/id600547573\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Apple Store\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n<p>PlantNet\u3092\u4f7f\u3048\u3070\u3001\u82b1\u3001\u8449\u3001\u830e\u3001\u679c\u5b9f\u306a\u3069\u3001\u690d\u7269\u306e\u5199\u771f\u3092\u64ae\u308b\u3060\u3051\u3067\u3001\u8c4a\u5bcc\u306a\u690d\u7269\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u753b\u50cf\u3092\u6bd4\u8f03\u3057\u3001\u4e00\u81f4\u3059\u308b\u5019\u88dc\u3092\u63d0\u6848\u3057\u3066\u304f\u308c\u307e\u3059\u3002\u5b8c\u5168\u306b\u7121\u6599\u306e\u3053\u306e\u30a2\u30d7\u30ea\u306f\u3001\u751f\u7269\u591a\u69d8\u6027\u7814\u7a76\u3092\u652f\u63f4\u3059\u308b\u5e02\u6c11\u79d1\u5b66\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u3082\u53c2\u52a0\u3057\u3066\u3044\u307e\u3059\u3002\u8a73\u7d30\u306f\u4ee5\u4e0b\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002<\/p>\n<h2>PlantNet\u306e\u5229\u70b9<\/h2>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> \u7121\u6599\u3001\u30b5\u30d6\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3\u4e0d\u8981 <\/strong><\/p>\n<p>PlantNet\u306f\u57fa\u672c\u7684\u306a\u4f7f\u7528\u306f\u5b8c\u5168\u306b\u7121\u6599\u3067\u3001\u6599\u91d1\u3084\u30b5\u30d6\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3\u306f\u4e0d\u8981\u3067\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u304b\u3089\u306f\u3001\u30b3\u30a2\u6a5f\u80fd\u306e\u5229\u7528\u306b\u6599\u91d1\u306f\u767a\u751f\u3057\u306a\u3044\u3068\u306e\u5831\u544a\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> \u9ad8\u7cbe\u5ea6\u5199\u771f\u8b58\u5225 <\/strong><\/p>\n<p>\u753b\u50cf\u8a8d\u8b58\u30b7\u30b9\u30c6\u30e0\u306f\u6a5f\u68b0\u5b66\u7fd2\u3068\u81a8\u5927\u306a\u690d\u7269\u30b3\u30ec\u30af\u30b7\u30e7\u30f3\u3092\u6d3b\u7528\u3057\u3001\u63d0\u51fa\u3055\u308c\u305f\u5199\u771f\u3092\u4f55\u5343\u3082\u306e\u8a18\u9332\u3068\u6bd4\u8f03\u3057\u3001\u9ad8\u3044\u7cbe\u5ea6\u3067\u690d\u7269\u3092\u8b58\u5225\u3057\u307e\u3059\u3002<\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> \u5e02\u6c11\u79d1\u5b66\u30d7\u30ed\u30b8\u30a7\u30af\u30c8 <\/strong><\/p>\n<p>\u30e6\u30fc\u30b6\u30fc\u306e\u5199\u771f\u306f PlantNet \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u62e1\u5f35\u3068\u6539\u826f\u306b\u5f79\u7acb\u3061\u3001\u5b9f\u969b\u306e\u30c7\u30fc\u30bf\u3092\u5730\u7403\u898f\u6a21\u306e\u751f\u7269\u591a\u69d8\u6027\u7814\u7a76\u306b\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> Android \u3068 iOS \u3067\u5229\u7528\u53ef\u80fd <\/strong><\/p>\n<p>\u30a2\u30d7\u30ea\u306fApp Store\uff08iPhone\u3001iPad\uff09\u304a\u3088\u3073Google Play\uff08Android\uff09\u304b\u3089\u7121\u6599\u3067\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3067\u304d\u3001\u5e45\u5e83\u3044\u4e92\u63db\u6027\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> \u30dd\u30eb\u30c8\u30ac\u30eb\u8a9e\u306e\u30b7\u30f3\u30d7\u30eb\u306a\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9 <\/strong><\/p>\n<p>\u76f4\u611f\u7684\u306a\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3092\u5099\u3048\u3001\u30dd\u30eb\u30c8\u30ac\u30eb\u8a9e\u3092\u542b\u3080\u8907\u6570\u306e\u8a00\u8a9e\u306b\u7ffb\u8a33\u3055\u308c\u3066\u3044\u307e\u3059\u3002\u767b\u9332\u4e0d\u8981\u3067\u3001\u64cd\u4f5c\u3082\u7c21\u5358\u3067\u3001\u521d\u5fc3\u8005\u306b\u3082\u512a\u3057\u3044\u30a2\u30d7\u30ea\u3067\u3059\u3002<\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> \u591a\u69d8\u306a\u91ce\u751f\u690d\u7269\u7a2e\u306e\u652f\u63f4 <\/strong><\/p>\n<p>PlantNet \u306f\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4e16\u754c\u898f\u6a21\u306b\u53ca\u3076\u91ce\u751f\u690d\u7269\u7a2e (\u6a39\u6728\u3001\u8349\u3001\u30b5\u30dc\u30c6\u30f3\u3001\u30b7\u30c0\u3001\u3064\u308b\u690d\u7269\u306a\u3069) \u3092\u8b58\u5225\u3059\u308b\u306e\u306b\u7279\u306b\u52b9\u679c\u7684\u3067\u3059\u3002<\/p>\n<p><i class=\"fas fa-check\" style=\"color: green;\"><\/i><strong> \u4fdd\u5168\u3068\u74b0\u5883\u6559\u80b2 <\/strong><\/p>\n<p>\u3053\u306e\u30a2\u30d7\u30ea\u306f\u3001\u690d\u7269\u3092\u8b58\u5225\u3059\u308b\u3060\u3051\u3067\u306a\u304f\u3001\u751f\u7269\u591a\u69d8\u6027\u306b\u3064\u3044\u3066\u6559\u80b2\u3057\u3001\u74b0\u5883\u4fdd\u8b77\u3092\u5968\u52b1\u3057\u3066\u3001\u751f\u614b\u5b66\u7684\u610f\u8b58\u3092\u9ad8\u3081\u307e\u3059\u3002<\/p>\n<h2>PlantNet\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u4f7f\u3044\u65b9<\/h2>\n<p>App Store \u307e\u305f\u306f Google Play \u304b\u3089\u30a2\u30d7\u30ea\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u305f\u5f8c\u3001\u6b21\u306e\u624b\u9806\u306b\u5f93\u3044\u307e\u3059\u3002<\/p>\n<ul>\n<li>\u5747\u4e00\u306a\u80cc\u666f\u3068\u5341\u5206\u306a\u7167\u660e\u306e\u4e0b\u3067\u3001\u690d\u7269\uff08\u8449\u3001\u82b1\u3001\u679c\u5b9f\u3001\u307e\u305f\u306f\u830e\uff09\u306e\u9bae\u660e\u306a\u5199\u771f\u3092\u64ae\u308a\u307e\u3059\u3002\u3053\u308c\u306f\u6b63\u78ba\u306a\u8b58\u5225\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n<li>\u753b\u50cf\u3092\u30a2\u30d7\u30ea\u306b\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3059\u308b\u3068\u3001\u6570\u79d2\u4ee5\u5185\u306b\u53ef\u80fd\u6027\u306e\u3042\u308b\u7a2e\u306e\u30ea\u30b9\u30c8\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/li>\n<li>\u6700\u3082\u8fd1\u3044\u3082\u306e\u3092\u9078\u629e\u3057\u307e\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u306f\u63d0\u6848\u3092\u78ba\u8a8d\u307e\u305f\u306f\u62d2\u5426\u3057\u3066\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3092\u6539\u5584\u3067\u304d\u307e\u3059\u3002<\/li>\n<li>\u5c06\u6765\u306e\u53c2\u7167\u7528\u306b\u3001\u30a2\u30d7\u30ea\u5185\u306e\u500b\u4eba\u7528\u30ae\u30e3\u30e9\u30ea\u30fc\u306b\u30bf\u30b0\u3092\u4fdd\u5b58\u3057\u307e\u3059\u3002<\/li>\n<li>\u30aa\u30d7\u30b7\u30e7\u30f3: \u30b5\u30a4\u30f3\u30a2\u30c3\u30d7\u3057\u3066\u89b3\u5bdf\u7d50\u679c\u3092\u30b0\u30ed\u30fc\u30d0\u30eb \u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u9001\u4fe1\u3057\u3001\u7814\u7a76\u8005\u3068\u5171\u540c\u4f5c\u696d\u3092\u884c\u3044\u307e\u3059\u3002<\/li>\n<\/ul>\n<h2>\u8ffd\u52a0\u6a5f\u80fd\u3068\u5236\u9650<\/h2>\n<p>PlantNet \u306b\u306f\u3001\u7279\u306b\u89b3\u8cde\u7528\u690d\u7269\u3084\u3042\u307e\u308a\u4e00\u822c\u7684\u3067\u306a\u3044\u7a2e\u306e\u5834\u5408\u3001\u3044\u304f\u3064\u304b\u306e\u5236\u9650\u304c\u3042\u308a\u3001\u3053\u308c\u3089\u306e\u5834\u5408\u306b\u306f\u7cbe\u5ea6\u304c\u4f4e\u4e0b\u3059\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<p>\u57fa\u672c\u7684\u306a\u4f7f\u7528\u306b\u306f\u767b\u9332\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u304c\u3001\u79d1\u5b66\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306b\u8ca2\u732e\u3092\u9001\u4fe1\u3057\u305f\u3044\u4eba\u306e\u305f\u3081\u306b\u30a2\u30ab\u30a6\u30f3\u30c8 \u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u63d0\u4f9b\u3055\u308c\u307e\u3059\u3002<\/p>\n<p>\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f\u91ce\u751f\u7a2e\u3068\u683d\u57f9\u7a2e\u306b\u95a2\u3057\u3066\u306f\u6700\u3082\u5805\u7262\u3067\u3059\u304c\u3001\u5730\u57df\u7279\u6709\u306e\u690d\u7269\u3084\u5341\u5206\u306b\u7814\u7a76\u3055\u308c\u3066\u3044\u306a\u3044\u690d\u7269\u306b\u95a2\u3057\u3066\u306f\u6b20\u843d\u304c\u3042\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<p>\u4e00\u90e8\u306e\u30e6\u30fc\u30b6\u30fc\u304b\u3089\u306f\u3001\u8449\u304c\u5c4a\u304d\u306b\u304f\u3044\u80cc\u306e\u9ad8\u3044\u6728\u3084\u5e0c\u5c11\u306a\u7a2e\u3092\u64ae\u5f71\u3059\u308b\u5834\u5408\u3001\u7cbe\u5ea6\u304c\u4f4e\u4e0b\u3057\u3001\u690d\u7269\u306e\u6027\u5225\u3057\u304b\u6b63\u78ba\u306b\u8b58\u5225\u3067\u304d\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308b\u3068\u3044\u3046\u5831\u544a\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<h2>\u30e6\u30fc\u30b6\u30fc\u30a8\u30af\u30b9\u30da\u30ea\u30a8\u30f3\u30b9<\/h2>\n<p>\u30aa\u30f3\u30e9\u30a4\u30f3 \u30b3\u30df\u30e5\u30cb\u30c6\u30a3\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u3001PlantNet \u304c\u7121\u6599\u3067\u6a5f\u80fd\u7684\u306a\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3042\u308b\u3053\u3068\u3092\u9ad8\u304f\u8a55\u4fa1\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<blockquote><p>\u300cPlantNet\u306f\u7121\u6599\u3067\u3001\u4eca\u306e\u3068\u3053\u308d\u3068\u3066\u3082\u3046\u307e\u304f\u6a5f\u80fd\u3057\u3066\u3044\u307e\u3059\u300d<\/p><\/blockquote>\n<blockquote><p>\u300cPlantNet\u306f\u7d20\u6674\u3089\u3057\u304f\u3001\u7121\u6599\u3067\u3059\u3002\u79c1\u306f\u4f55\u5e74\u3082\u4f7f\u3063\u3066\u3044\u307e\u3059\u300d<\/p><\/blockquote>\n<blockquote><p>\u300c\u79c1\u306fPlantNet\u3092\u30e1\u30a4\u30f3\u306e\u8b58\u5225\u30a2\u30d7\u30ea\u3068\u3057\u3066\u4f7f\u3063\u3066\u3044\u307e\u3059\u3002\u8449\u3067\u306f\u306a\u304f\u91dd\u8449\u6a39\u306b\u306f\u4f7f\u3048\u307e\u305b\u3093\u2026\u4f55\u3082\u306a\u3044\u3088\u308a\u306f\u307e\u3057\u3067\u3059\u304c\u3001\u983c\u308a\u306b\u306f\u3057\u307e\u305b\u3093\u3002\u300d<\/p><\/blockquote>\n<p>\u3053\u308c\u3089\u306e\u8a3c\u8a00\u306f\u3001\u3053\u306e\u30a2\u30d7\u30ea\u304c\u5b8c\u74a7\u3067\u306f\u306a\u3044\u3082\u306e\u306e\u3001\u81ea\u7136\u611b\u597d\u5bb6\u306b\u3068\u3063\u3066\u5b9f\u969b\u306b\u6709\u7528\u3067\u4fa1\u5024\u304c\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<h2>\u3053\u306e\u30a2\u30d7\u30ea\u306f\u8ab0\u306b\u6700\u9069\u304b<\/h2>\n<p>PlantNet \u306f\u6b21\u306e\u5834\u5408\u306b\u6700\u9069\u3067\u3059\u3002<\/p>\n<ul>\n<li>\u5b9f\u7528\u7684\u306a\u65b9\u6cd5\u3067\u690d\u7269\u3092\u8b58\u5225\u3057\u305f\u3044\u5b66\u751f\u3001\u5712\u82b8\u5bb6\u3001\u690d\u7269\u611b\u597d\u5bb6\u3002<\/li>\n<li>\u30cf\u30a4\u30ad\u30f3\u30b0\u3001\u30c8\u30ec\u30a4\u30eb\u3001\u81ea\u7136\u63a2\u691c\u3092\u5b9a\u671f\u7684\u306b\u697d\u3057\u3080\u4eba\u3005\u3002<\/li>\n<li>\u79d1\u5b66\u7814\u7a76\u306b\u5b9f\u969b\u306e\u30c7\u30fc\u30bf\u3092\u63d0\u4f9b\u3057\u305f\u3044\u4eba\u3002<\/li>\n<li>\u30b5\u30d6\u30b9\u30af\u30ea\u30d7\u30b7\u30e7\u30f3\u3084\u5b9a\u671f\u7684\u306a\u6599\u91d1\u306a\u3057\u3067\u3001\u7121\u6599\u306e\u30c4\u30fc\u30eb\u3092\u5e0c\u671b\u3059\u308b\u30e6\u30fc\u30b6\u30fc\u3002<\/li>\n<\/ul>\n<p>\u305f\u3060\u3057\u3001\u683d\u57f9\u306e\u30d2\u30f3\u30c8\u3001\u89b3\u8cde\u7528\u4f5c\u7269\u306e\u8b58\u5225\u3001\u554f\u984c (\u75c5\u6c17\u3084\u5bb3\u866b\u306a\u3069) \u306e\u8a3a\u65ad\u306a\u3069\u3092\u63a2\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306f\u3001\u6709\u6599\u6a5f\u80fd\u3092\u5099\u3048\u305f PictureThis \u3084 PlantSnap \u306a\u3069\u306e\u30a2\u30d7\u30ea\u3092\u597d\u3080\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n<h2>\u7d50\u8ad6<\/h2>\n<p>PlantNet\u306f\u3001\u753b\u50cf\u304b\u3089\u7121\u6599\u3067\u690d\u7269\u3092\u8b58\u5225\u3057\u305f\u3044\u65b9\u306b\u3068\u3063\u3066\u3001\u512a\u308c\u305f\u7cbe\u5ea6\u3068\u4f7f\u3044\u3084\u3059\u3044\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3092\u5099\u3048\u305f\u512a\u308c\u305f\u9078\u629e\u80a2\u3067\u3059\u3002\u307e\u305f\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u5b9f\u969b\u306e\u690d\u7269\u89b3\u5bdf\u7d50\u679c\u3092\u6295\u7a3f\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3053\u3068\u3067\u3001\u5e02\u6c11\u79d1\u5b66\u3084\u74b0\u5883\u6559\u80b2\u3092\u4fc3\u9032\u3059\u308b\u30c4\u30fc\u30eb\u3067\u3082\u3042\u308a\u307e\u3059\u3002<\/p>\n<p>\u89b3\u8cde\u7528\u3084\u5e0c\u5c11\u690d\u7269\u306b\u306f\u591a\u5c11\u306e\u5236\u9650\u304c\u3042\u308b\u3082\u306e\u306e\u3001\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f\u7740\u5b9f\u306b\u62e1\u5927\u3057\u3066\u3044\u307e\u3059\u3002\u30e6\u30fc\u30b6\u30fc\u304b\u3089\u306f\u3001\u305d\u306e\u30b7\u30f3\u30d7\u30eb\u3055\u3001\u4e00\u822c\u7684\u306a\u690d\u7269\u3078\u306e\u4fe1\u983c\u6027\u3001\u305d\u3057\u3066\u5b8c\u5168\u306b\u7121\u6599\u3067\u3042\u308b\u70b9\u304c\u8a55\u4fa1\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n<p>\u690d\u7269\u5b66\u306b\u3064\u3044\u3066\u5b66\u3073\u305f\u3044\u5834\u5408\u3001\u767a\u898b\u3057\u305f\u3082\u306e\u3092\u30ab\u30bf\u30ed\u30b0\u5316\u3057\u305f\u3044\u5834\u5408\u3001\u307e\u305f\u306f\u751f\u7269\u591a\u69d8\u6027\u306e\u4fdd\u8b77\u306b\u8ca2\u732e\u3057\u305f\u3044\u5834\u5408\u3001PlantNet \u306f\u7406\u60f3\u7684\u306a\u9078\u629e\u80a2\u3067\u3059\u3002<\/p>","protected":false},"excerpt":{"rendered":"<p>O aplicativo PlantNet \u00e9 uma poderosa ferramenta gratuita para identificar plantas com fotos e pode ser baixado na App Store ou Google Play. Com o PlantNet, basta fotografar uma planta \u2014 flor, folha, caule ou fruto \u2014 e ele compara a imagem com seu extenso banco de dados bot\u00e2nico para sugerir poss\u00edveis correspond\u00eancias. Totalmente gratuito, o app tamb\u00e9m \u00e9 parte de um projeto de ci\u00eancia cidad\u00e3 que auxilia na pesquisa da biodiversidade. A seguir, conhe\u00e7a tudo sobre ele. Vantagens do PlantNet Gratuito e sem assinatura obrigat\u00f3ria O PlantNet \u00e9 completamente gratuito para uso b\u00e1sico, sem exigir pagamento ou assinatura. Usu\u00e1rios relatam n\u00e3o terem pago nada para utilizar suas funcionalidades principais. [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":3336,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":{"0":"post-3333","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/posts\/3333","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/comments?post=3333"}],"version-history":[{"count":2,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/posts\/3333\/revisions"}],"predecessor-version":[{"id":3339,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/posts\/3333\/revisions\/3339"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/media\/3336"}],"wp:attachment":[{"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/media?parent=3333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/categories?post=3333"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/beenews.com.br\/ja\/wp-json\/wp\/v2\/tags?post=3333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}