public class TextAppearInfo extends AbstractModel
Constructor and Description |
---|
TextAppearInfo() |
TextAppearInfo(TextAppearInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEndPosition()
Get 关键词在文本中出现的结束偏移量(不包含)
|
Long |
getIndex()
Get 文本结果数组中的下标
|
Long |
getStartPosition()
Get 关键词在文本中出现的起始偏移量(包含)
|
void |
setEndPosition(Long EndPosition)
Set 关键词在文本中出现的结束偏移量(不包含)
|
void |
setIndex(Long Index)
Set 文本结果数组中的下标
|
void |
setStartPosition(Long StartPosition)
Set 关键词在文本中出现的起始偏移量(包含)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public TextAppearInfo()
public TextAppearInfo(TextAppearInfo source)
public Long getIndex()
public void setIndex(Long Index)
Index
- 文本结果数组中的下标public Long getStartPosition()
public void setStartPosition(Long StartPosition)
StartPosition
- 关键词在文本中出现的起始偏移量(包含)public Long getEndPosition()
public void setEndPosition(Long EndPosition)
EndPosition
- 关键词在文本中出现的结束偏移量(不包含)Copyright © 2022. All rights reserved.