public interface CategoryTagInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParentInfo(String key)
父节点标签信息
|
long |
getLevel()
等级
|
Map<String,String> |
getParentInfo()
Deprecated.
|
int |
getParentInfoCount()
父节点标签信息
|
Map<String,String> |
getParentInfoMap()
父节点标签信息
|
String |
getParentInfoOrDefault(String key,
String defaultValue)
父节点标签信息
|
String |
getParentInfoOrThrow(String key)
父节点标签信息
|
double |
getProb()
置信度
|
long |
getTagId()
标签id
|
String |
getTagName()
标签名称
|
com.google.protobuf.ByteString |
getTagNameBytes()
标签名称
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTagId()
标签id
int64 TagId = 1;double getProb()
置信度
double Prob = 2;String getTagName()
标签名称
string TagName = 3;com.google.protobuf.ByteString getTagNameBytes()
标签名称
string TagName = 3;long getLevel()
等级
int64 Level = 4;int getParentInfoCount()
父节点标签信息
map<string, string> ParentInfo = 5;boolean containsParentInfo(String key)
父节点标签信息
map<string, string> ParentInfo = 5;@Deprecated Map<String,String> getParentInfo()
getParentInfoMap() instead.String getParentInfoOrDefault(String key, String defaultValue)
父节点标签信息
map<string, string> ParentInfo = 5;Copyright © 2025. All rights reserved.