SynonymType
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
वह टाइप जो समानार्थी शब्दों के सेट के हिसाब से टेक्स्ट से मेल खाता है.
YAML प्रतिनिधि |
matchType: enum (MatchType )
acceptUnknownValues: boolean
entities:
string: object (Entity ) |
फ़ील्ड |
matchType |
enum (MatchType )
ज़रूरी नहीं. समानार्थी शब्द के लिए मैच टाइप.
|
acceptUnknownValues |
boolean
ज़रूरी नहीं. अगर नीति को 'सही है' पर सेट किया जाता है, तो अनजान शब्दों या वाक्यांशों का मिलान, आस-पास के इनपुट और इंटेंट ट्रेनिंग डेटा के आधार पर किया जाएगा. जैसे, किराने की सूची में जोड़े जा सकने वाले आइटम.
|
entities |
map (key: string, value: object (Entity ))
ज़रूरी है. समानार्थी इकाइयों का नाम वाला मैप. एक ऑब्जेक्ट, जिसमें "key": value पेयर की सूची है. उदाहरण: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
इकाई
समानार्थी इकाई के ऐसे फ़ील्ड के बारे में बताता है जिसमें टाइप के अंदर सिंगल एंट्री की जानकारी होती है.
YAML प्रतिनिधि |
display:
object (EntityDisplay )
synonyms:
- string |
फ़ील्ड |
display |
object (EntityDisplay )
ज़रूरी नहीं. इकाई की डिसप्ले जानकारी.
|
synonyms[] |
string
ज़रूरी नहीं. इकाई के समानार्थी शब्दों की सूची. इस फ़ील्ड को स्थानीय भाषा में लिखा जा सकता है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-10 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-09-10 (UTC) को अपडेट किया गया."],[[["This content describes a type that matches text using synonyms, with options for match type and unknown value handling."],["It includes entities, which are named maps of synonym entities with details like display and synonyms list."],["The synonym type uses a YAML representation for defining its structure and properties."],["Entities within the synonym type can also have their own YAML representation and properties, including display and synonyms."]]],[]]