Interface | Description |
---|---|
Classifier.Status |
Training status of classifier.
|
ClassifyOptions.AcceptLanguage |
The language of the output class names.
|
DetectFacesOptions.AcceptLanguage |
The language used for the value of `gender_label` in the response.
|
Class | Description |
---|---|
Class |
A category within a classifier.
|
ClassifiedImage |
Results for one image.
|
ClassifiedImages |
Results for all images.
|
Classifier |
Information about a classifier.
|
ClassifierResult |
Classifier and score combination.
|
Classifiers |
A container for the list of classifiers.
|
ClassifyOptions |
The classify options.
|
ClassifyOptions.Builder |
Builder.
|
ClassResult |
Result of a class within a classifier.
|
CreateClassifierOptions |
The createClassifier options.
|
CreateClassifierOptions.Builder |
Builder.
|
DeleteClassifierOptions |
The deleteClassifier options.
|
DeleteClassifierOptions.Builder |
Builder.
|
DeleteUserDataOptions |
The deleteUserData options.
|
DeleteUserDataOptions.Builder |
Builder.
|
DetectedFaces |
Results for all faces.
|
DetectFacesOptions |
The detectFaces options.
|
DetectFacesOptions.Builder |
Builder.
|
ErrorInfo |
Information about what might have caused a failure, such as an image that is too large.
|
Face |
Information about the face.
|
FaceAge |
Age information about a face.
|
FaceGender |
Information about the gender of the face.
|
FaceLocation |
The location of the bounding box around the face.
|
GetClassifierOptions |
The getClassifier options.
|
GetClassifierOptions.Builder |
Builder.
|
GetCoreMlModelOptions |
The getCoreMlModel options.
|
GetCoreMlModelOptions.Builder |
Builder.
|
ImageWithFaces |
Information about faces in the image.
|
ListClassifiersOptions |
The listClassifiers options.
|
ListClassifiersOptions.Builder |
Builder.
|
UpdateClassifierOptions |
The updateClassifier options.
|
UpdateClassifierOptions.Builder |
Builder.
|
WarningInfo |
Information about something that went wrong.
|