रेटिंग
टाइप का नाम: रेटिंग
इनटैंजिबल बढ़ता है
नाम |
टाइप |
ब्यौरा |
सबसे अच्छी रेटिंग |
संख्या या टेक्स्ट |
इस रेटिंग सिस्टम में स्वीकार की गई सबसे बड़ी वैल्यू. अगर BestRating को मिटा दिया जाता है, तो उसे 5 माना जाता है. |
रेटिंग मान |
टेक्स्ट |
कॉन्टेंट की रेटिंग. |
सबसे खराब रेटिंग |
संख्या या टेक्स्ट |
इस रेटिंग सिस्टम में दी जा सकने वाली सबसे छोटी वैल्यू. सबसे अच्छी रेटिंग होने की स्थिति में, रेटिंग को 1 माना जाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-03 (UTC) को अपडेट किया गया."],[[["`Rating` is a structured data type used to specify the rating of an item, inheriting properties from the `Intangible` type."],["It includes fields like `ratingValue` for the actual rating, and `bestRating` and `worstRating` to define the rating scale, defaulting to 5 and 1 respectively if omitted."],["The values for `bestRating`, `ratingValue`, and `worstRating` can be represented using either `Number` or `Text` types."]]],["The `Rating` type, extending `Intangible`, defines a rating system with three properties: `bestRating`, `ratingValue`, and `worstRating`. `bestRating` and `worstRating` establish the upper and lower bounds of the rating scale, defaulting to 5 and 1, respectively, if omitted. `ratingValue` represents the actual rating given to the content using `Text` format. `bestRating` and `worstRating` can be set using either `Number` or `Text`.\n"]]