@Deprecated
public interface GCloudNaturalLanguageDocumentAssetAutoTagger
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getTagNames(long companyId,
java.lang.String content,
java.util.Locale locale,
java.lang.String mimeType)
Deprecated.
Returns a list of tag names from Google Cloud Natural Language
Classification API from the configuration, the text and its mimetype.
|
java.util.Collection<java.lang.String> |
getTagNames(long companyId,
java.lang.String content,
java.lang.String mimeType)
Deprecated.
Returns a list of tag names from Google Cloud Natural Language
Classification API from the configuration, the text and its mimetype.
|
java.util.Collection<java.lang.String> getTagNames(long companyId,
java.lang.String content,
java.util.Locale locale,
java.lang.String mimeType)
throws java.lang.Exception
companyId - the company IDcontent - the text to be tagged.locale - the text's localemimeType - the text mimeType.java.lang.Exceptionjava.util.Collection<java.lang.String> getTagNames(long companyId,
java.lang.String content,
java.lang.String mimeType)
throws java.lang.Exception
companyId - the company IDcontent - the text to be tagged.mimeType - the text mimeType.java.lang.Exception