public interface ClassifyTextResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| ClassificationCategory | getCategories(int index)
 Categories representing the input document. | 
| int | getCategoriesCount()
 Categories representing the input document. | 
| java.util.List<ClassificationCategory> | getCategoriesList()
 Categories representing the input document. | 
| ClassificationCategoryOrBuilder | getCategoriesOrBuilder(int index)
 Categories representing the input document. | 
| java.util.List<? extends ClassificationCategoryOrBuilder> | getCategoriesOrBuilderList()
 Categories representing the input document. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<ClassificationCategory> getCategoriesList()
Categories representing the input document.
repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;ClassificationCategory getCategories(int index)
Categories representing the input document.
repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;int getCategoriesCount()
Categories representing the input document.
repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;java.util.List<? extends ClassificationCategoryOrBuilder> getCategoriesOrBuilderList()
Categories representing the input document.
repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;ClassificationCategoryOrBuilder getCategoriesOrBuilder(int index)
Categories representing the input document.
repeated .google.cloud.language.v1beta2.ClassificationCategory categories = 1;