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.
|
List<ClassificationCategory> |
getCategoriesList()
Categories representing the input document.
|
ClassificationCategoryOrBuilder |
getCategoriesOrBuilder(int index)
Categories representing the input document.
|
List<? extends ClassificationCategoryOrBuilder> |
getCategoriesOrBuilderList()
Categories representing the input document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
Copyright © 2022 Google LLC. All rights reserved.