AnnotateTextResponse
class AnnotateTextResponse extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $categoriesType | ||
protected | $categoriesDataType | ||
protected | $documentSentimentType | ||
protected | $documentSentimentDataType | ||
protected | $entitiesType | ||
protected | $entitiesDataType | ||
string | $languageCode | ||
bool | $languageSupported | ||
protected | $moderationCategoriesType | ||
protected | $moderationCategoriesDataType | ||
protected | $sentencesType | ||
protected | $sentencesDataType |
Methods
setCategories($categories)
No description
getCategories()
No description
getDocumentSentiment()
No description
setEntities($entities)
No description
Entity[]
getEntities()
No description
setLanguageCode($languageCode)
No description
string
getLanguageCode()
No description
setLanguageSupported($languageSupported)
No description
bool
getLanguageSupported()
No description
setModerationCategories($moderationCategories)
No description
getModerationCategories()
No description
setSentences($sentences)
No description
Sentence[]
getSentences()
No description
Details
setCategories($categories)
No description
ClassificationCategory[]
getCategories()
No description
setDocumentSentiment(Sentiment $documentSentiment)
No description
Sentiment
getDocumentSentiment()
No description
setEntities($entities)
No description
Entity[]
getEntities()
No description
setLanguageCode($languageCode)
No description
string
getLanguageCode()
No description
setLanguageSupported($languageSupported)
No description
bool
getLanguageSupported()
No description
setModerationCategories($moderationCategories)
No description
ClassificationCategory[]
getModerationCategories()
No description
setSentences($sentences)
No description
Sentence[]
getSentences()
No description