Uses of Class
com.google.cloud.language.v1.ClassificationCategory
-
Packages that use ClassificationCategory Package Description com.google.cloud.language.v1 A client to Cloud Natural Language API -
-
Uses of ClassificationCategory in com.google.cloud.language.v1
Methods in com.google.cloud.language.v1 that return ClassificationCategory Modifier and Type Method Description ClassificationCategory
ClassificationCategory.Builder. build()
ClassificationCategory
ClassificationCategory.Builder. buildPartial()
ClassificationCategory
AnnotateTextResponse.Builder. getCategories(int index)
Categories identified in the input document.ClassificationCategory
AnnotateTextResponse. getCategories(int index)
Categories identified in the input document.ClassificationCategory
AnnotateTextResponseOrBuilder. getCategories(int index)
Categories identified in the input document.ClassificationCategory
ClassifyTextResponse.Builder. getCategories(int index)
Categories representing the input document.ClassificationCategory
ClassifyTextResponse. getCategories(int index)
Categories representing the input document.ClassificationCategory
ClassifyTextResponseOrBuilder. getCategories(int index)
Categories representing the input document.static ClassificationCategory
ClassificationCategory. getDefaultInstance()
ClassificationCategory
ClassificationCategory.Builder. getDefaultInstanceForType()
ClassificationCategory
ClassificationCategory. getDefaultInstanceForType()
ClassificationCategory
AnnotateTextResponse.Builder. getModerationCategories(int index)
Harmful and sensitive categories identified in the input document.ClassificationCategory
AnnotateTextResponse. getModerationCategories(int index)
Harmful and sensitive categories identified in the input document.ClassificationCategory
AnnotateTextResponseOrBuilder. getModerationCategories(int index)
Harmful and sensitive categories identified in the input document.ClassificationCategory
ModerateTextResponse.Builder. getModerationCategories(int index)
Harmful and sensitive categories representing the input document.ClassificationCategory
ModerateTextResponse. getModerationCategories(int index)
Harmful and sensitive categories representing the input document.ClassificationCategory
ModerateTextResponseOrBuilder. getModerationCategories(int index)
Harmful and sensitive categories representing the input document.static ClassificationCategory
ClassificationCategory. parseDelimitedFrom(InputStream input)
static ClassificationCategory
ClassificationCategory. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassificationCategory
ClassificationCategory. parseFrom(byte[] data)
static ClassificationCategory
ClassificationCategory. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassificationCategory
ClassificationCategory. parseFrom(com.google.protobuf.ByteString data)
static ClassificationCategory
ClassificationCategory. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassificationCategory
ClassificationCategory. parseFrom(com.google.protobuf.CodedInputStream input)
static ClassificationCategory
ClassificationCategory. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassificationCategory
ClassificationCategory. parseFrom(InputStream input)
static ClassificationCategory
ClassificationCategory. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ClassificationCategory
ClassificationCategory. parseFrom(ByteBuffer data)
static ClassificationCategory
ClassificationCategory. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.language.v1 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.v1 with parameters of type ClassificationCategory Modifier and Type Method Description AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. addCategories(int index, ClassificationCategory value)
Categories identified in the input document.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. addCategories(ClassificationCategory value)
Categories identified in the input document.ClassifyTextResponse.Builder
ClassifyTextResponse.Builder. addCategories(int index, ClassificationCategory value)
Categories representing the input document.ClassifyTextResponse.Builder
ClassifyTextResponse.Builder. addCategories(ClassificationCategory value)
Categories representing the input document.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. addModerationCategories(int index, ClassificationCategory value)
Harmful and sensitive categories identified in the input document.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. addModerationCategories(ClassificationCategory value)
Harmful and sensitive categories identified in the input document.ModerateTextResponse.Builder
ModerateTextResponse.Builder. addModerationCategories(int index, ClassificationCategory value)
Harmful and sensitive categories representing the input document.ModerateTextResponse.Builder
ModerateTextResponse.Builder. addModerationCategories(ClassificationCategory value)
Harmful and sensitive categories representing the input document.ClassificationCategory.Builder
ClassificationCategory.Builder. mergeFrom(ClassificationCategory other)
static ClassificationCategory.Builder
ClassificationCategory. newBuilder(ClassificationCategory prototype)
AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. setCategories(int index, ClassificationCategory value)
Categories identified in the input document.ClassifyTextResponse.Builder
ClassifyTextResponse.Builder. setCategories(int index, ClassificationCategory value)
Categories representing the input document.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. setModerationCategories(int index, ClassificationCategory value)
Harmful and sensitive categories identified in the input document.ModerateTextResponse.Builder
ModerateTextResponse.Builder. setModerationCategories(int index, ClassificationCategory value)
Harmful and sensitive categories representing the input document.Method parameters in com.google.cloud.language.v1 with type arguments of type ClassificationCategory Modifier and Type Method Description AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. addAllCategories(Iterable<? extends ClassificationCategory> values)
Categories identified in the input document.ClassifyTextResponse.Builder
ClassifyTextResponse.Builder. addAllCategories(Iterable<? extends ClassificationCategory> values)
Categories representing the input document.AnnotateTextResponse.Builder
AnnotateTextResponse.Builder. addAllModerationCategories(Iterable<? extends ClassificationCategory> values)
Harmful and sensitive categories identified in the input document.ModerateTextResponse.Builder
ModerateTextResponse.Builder. addAllModerationCategories(Iterable<? extends ClassificationCategory> values)
Harmful and sensitive categories representing the input document.
-