public interface ModerateTextResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClassificationCategory |
getModerationCategories(int index)
Harmful and sensitive categories representing the input document.
|
int |
getModerationCategoriesCount()
Harmful and sensitive categories representing the input document.
|
List<ClassificationCategory> |
getModerationCategoriesList()
Harmful and sensitive categories representing the input document.
|
ClassificationCategoryOrBuilder |
getModerationCategoriesOrBuilder(int index)
Harmful and sensitive categories representing the input document.
|
List<? extends ClassificationCategoryOrBuilder> |
getModerationCategoriesOrBuilderList()
Harmful and sensitive categories representing the input document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ClassificationCategory> getModerationCategoriesList()
Harmful and sensitive categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory moderation_categories = 1;
ClassificationCategory getModerationCategories(int index)
Harmful and sensitive categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory moderation_categories = 1;
int getModerationCategoriesCount()
Harmful and sensitive categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory moderation_categories = 1;
List<? extends ClassificationCategoryOrBuilder> getModerationCategoriesOrBuilderList()
Harmful and sensitive categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory moderation_categories = 1;
ClassificationCategoryOrBuilder getModerationCategoriesOrBuilder(int index)
Harmful and sensitive categories representing the input document.
repeated .google.cloud.language.v1.ClassificationCategory moderation_categories = 1;
Copyright © 2024 Google LLC. All rights reserved.