Class TextAppearInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.TextAppearInfo
-
public class TextAppearInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEndPosition()Get 关键词在文本中出现的结束偏移量(不包含)LonggetIndex()Get 文本结果数组中的下标LonggetStartPosition()Get 关键词在文本中出现的起始偏移量(包含)voidsetEndPosition(Long EndPosition)Set 关键词在文本中出现的结束偏移量(不包含)voidsetIndex(Long Index)Set 文本结果数组中的下标voidsetStartPosition(Long StartPosition)Set 关键词在文本中出现的起始偏移量(包含)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
TextAppearInfo
public TextAppearInfo()
-
TextAppearInfo
public 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.
-
-
Method Detail
-
getIndex
public Long getIndex()
Get 文本结果数组中的下标- Returns:
- Index 文本结果数组中的下标
-
setIndex
public void setIndex(Long Index)
Set 文本结果数组中的下标- Parameters:
Index- 文本结果数组中的下标
-
getStartPosition
public Long getStartPosition()
Get 关键词在文本中出现的起始偏移量(包含)- Returns:
- StartPosition 关键词在文本中出现的起始偏移量(包含)
-
setStartPosition
public void setStartPosition(Long StartPosition)
Set 关键词在文本中出现的起始偏移量(包含)- Parameters:
StartPosition- 关键词在文本中出现的起始偏移量(包含)
-
getEndPosition
public Long getEndPosition()
Get 关键词在文本中出现的结束偏移量(不包含)- Returns:
- EndPosition 关键词在文本中出现的结束偏移量(不包含)
-
setEndPosition
public void setEndPosition(Long EndPosition)
Set 关键词在文本中出现的结束偏移量(不包含)- Parameters:
EndPosition- 关键词在文本中出现的结束偏移量(不包含)
-
-