Uses of Class
com.google.cloud.language.v1beta2.ClassificationCategory
-
Packages that use ClassificationCategory Package Description com.google.cloud.language.v1beta2 A client to Cloud Natural Language API -
-
Uses of ClassificationCategory in com.google.cloud.language.v1beta2
Methods in com.google.cloud.language.v1beta2 that return ClassificationCategory Modifier and Type Method Description ClassificationCategoryClassificationCategory.Builder. build()ClassificationCategoryClassificationCategory.Builder. buildPartial()ClassificationCategoryAnnotateTextResponse.Builder. getCategories(int index)Categories identified in the input document.ClassificationCategoryAnnotateTextResponse. getCategories(int index)Categories identified in the input document.ClassificationCategoryAnnotateTextResponseOrBuilder. getCategories(int index)Categories identified in the input document.ClassificationCategoryClassifyTextResponse.Builder. getCategories(int index)Categories representing the input document.ClassificationCategoryClassifyTextResponse. getCategories(int index)Categories representing the input document.ClassificationCategoryClassifyTextResponseOrBuilder. getCategories(int index)Categories representing the input document.static ClassificationCategoryClassificationCategory. getDefaultInstance()ClassificationCategoryClassificationCategory.Builder. getDefaultInstanceForType()ClassificationCategoryClassificationCategory. getDefaultInstanceForType()ClassificationCategoryAnnotateTextResponse.Builder. getModerationCategories(int index)Harmful and sensitive categories identified in the input document.ClassificationCategoryAnnotateTextResponse. getModerationCategories(int index)Harmful and sensitive categories identified in the input document.ClassificationCategoryAnnotateTextResponseOrBuilder. getModerationCategories(int index)Harmful and sensitive categories identified in the input document.ClassificationCategoryModerateTextResponse.Builder. getModerationCategories(int index)Harmful and sensitive categories representing the input document.ClassificationCategoryModerateTextResponse. getModerationCategories(int index)Harmful and sensitive categories representing the input document.ClassificationCategoryModerateTextResponseOrBuilder. getModerationCategories(int index)Harmful and sensitive categories representing the input document.static ClassificationCategoryClassificationCategory. parseDelimitedFrom(InputStream input)static ClassificationCategoryClassificationCategory. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClassificationCategoryClassificationCategory. parseFrom(byte[] data)static ClassificationCategoryClassificationCategory. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClassificationCategoryClassificationCategory. parseFrom(com.google.protobuf.ByteString data)static ClassificationCategoryClassificationCategory. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClassificationCategoryClassificationCategory. parseFrom(com.google.protobuf.CodedInputStream input)static ClassificationCategoryClassificationCategory. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClassificationCategoryClassificationCategory. parseFrom(InputStream input)static ClassificationCategoryClassificationCategory. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClassificationCategoryClassificationCategory. parseFrom(ByteBuffer data)static ClassificationCategoryClassificationCategory. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.language.v1beta2 that return types with arguments of type ClassificationCategory Modifier and Type Method Description List<ClassificationCategory>AnnotateTextResponse.Builder. getCategoriesList()Categories identified in the input document.List<ClassificationCategory>AnnotateTextResponse. getCategoriesList()Categories identified in the input document.List<ClassificationCategory>AnnotateTextResponseOrBuilder. getCategoriesList()Categories identified in the input document.List<ClassificationCategory>ClassifyTextResponse.Builder. getCategoriesList()Categories representing the input document.List<ClassificationCategory>ClassifyTextResponse. getCategoriesList()Categories representing the input document.List<ClassificationCategory>ClassifyTextResponseOrBuilder. getCategoriesList()Categories representing the input document.List<ClassificationCategory>AnnotateTextResponse.Builder. getModerationCategoriesList()Harmful and sensitive categories identified in the input document.List<ClassificationCategory>AnnotateTextResponse. getModerationCategoriesList()Harmful and sensitive categories identified in the input document.List<ClassificationCategory>AnnotateTextResponseOrBuilder. getModerationCategoriesList()Harmful and sensitive categories identified in the input document.List<ClassificationCategory>ModerateTextResponse.Builder. getModerationCategoriesList()Harmful and sensitive categories representing the input document.List<ClassificationCategory>ModerateTextResponse. getModerationCategoriesList()Harmful and sensitive categories representing the input document.List<ClassificationCategory>ModerateTextResponseOrBuilder. getModerationCategoriesList()Harmful and sensitive categories representing the input document.com.google.protobuf.Parser<ClassificationCategory>ClassificationCategory. getParserForType()static com.google.protobuf.Parser<ClassificationCategory>ClassificationCategory. parser()Methods in com.google.cloud.language.v1beta2 with parameters of type ClassificationCategory Modifier and Type Method Description AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addCategories(int index, ClassificationCategory value)Categories identified in the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addCategories(ClassificationCategory value)Categories identified in the input document.ClassifyTextResponse.BuilderClassifyTextResponse.Builder. addCategories(int index, ClassificationCategory value)Categories representing the input document.ClassifyTextResponse.BuilderClassifyTextResponse.Builder. addCategories(ClassificationCategory value)Categories representing the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addModerationCategories(int index, ClassificationCategory value)Harmful and sensitive categories identified in the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addModerationCategories(ClassificationCategory value)Harmful and sensitive categories identified in the input document.ModerateTextResponse.BuilderModerateTextResponse.Builder. addModerationCategories(int index, ClassificationCategory value)Harmful and sensitive categories representing the input document.ModerateTextResponse.BuilderModerateTextResponse.Builder. addModerationCategories(ClassificationCategory value)Harmful and sensitive categories representing the input document.ClassificationCategory.BuilderClassificationCategory.Builder. mergeFrom(ClassificationCategory other)static ClassificationCategory.BuilderClassificationCategory. newBuilder(ClassificationCategory prototype)AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. setCategories(int index, ClassificationCategory value)Categories identified in the input document.ClassifyTextResponse.BuilderClassifyTextResponse.Builder. setCategories(int index, ClassificationCategory value)Categories representing the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. setModerationCategories(int index, ClassificationCategory value)Harmful and sensitive categories identified in the input document.ModerateTextResponse.BuilderModerateTextResponse.Builder. setModerationCategories(int index, ClassificationCategory value)Harmful and sensitive categories representing the input document.Method parameters in com.google.cloud.language.v1beta2 with type arguments of type ClassificationCategory Modifier and Type Method Description AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addAllCategories(Iterable<? extends ClassificationCategory> values)Categories identified in the input document.ClassifyTextResponse.BuilderClassifyTextResponse.Builder. addAllCategories(Iterable<? extends ClassificationCategory> values)Categories representing the input document.AnnotateTextResponse.BuilderAnnotateTextResponse.Builder. addAllModerationCategories(Iterable<? extends ClassificationCategory> values)Harmful and sensitive categories identified in the input document.ModerateTextResponse.BuilderModerateTextResponse.Builder. addAllModerationCategories(Iterable<? extends ClassificationCategory> values)Harmful and sensitive categories representing the input document.
-