public static class Dates.ExtractedDate extends GenericModel
Constructor and Description |
---|
ExtractedDate() |
Modifier and Type | Method and Description |
---|---|
Date |
getDate()
Gets the date.
|
String |
getText()
Gets the text.
|
void |
setDate(Date date)
Sets the date.
|
void |
setText(String text)
Sets the text.
|
equals, hashCode, toString
public Date getDate()
public String getText()
public void setDate(Date date)
date
- the new datepublic void setText(String text)
text
- the new textCopyright © 2015–2016 IBM Watson. All rights reserved.