public interface ClassifyTextResponseOrBuilder
extends com.google.protobuf.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, hasOneofList<ClassificationCategory> getCategoriesList()
Categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory categories = 1;ClassificationCategory getCategories(int index)
Categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory categories = 1;int getCategoriesCount()
Categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory categories = 1;List<? extends ClassificationCategoryOrBuilder> getCategoriesOrBuilderList()
Categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory categories = 1;ClassificationCategoryOrBuilder getCategoriesOrBuilder(int index)
Categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory categories = 1;Copyright © 2024 Google LLC. All rights reserved.