| Modifier and Type | Class and Description |
|---|---|
class |
FaceSegment
Video segment level annotation results for face detection.
|
static class |
FaceSegment.Builder
Video segment level annotation results for face detection.
|
| Modifier and Type | Method and Description |
|---|---|
FaceSegmentOrBuilder |
FaceAnnotationOrBuilder.getSegmentsOrBuilder(int index)
Deprecated.
All video segments where a face was detected.
|
FaceSegmentOrBuilder |
FaceAnnotation.getSegmentsOrBuilder(int index)
Deprecated.
All video segments where a face was detected.
|
FaceSegmentOrBuilder |
FaceAnnotation.Builder.getSegmentsOrBuilder(int index)
All video segments where a face was detected.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends FaceSegmentOrBuilder> |
FaceAnnotationOrBuilder.getSegmentsOrBuilderList()
Deprecated.
All video segments where a face was detected.
|
List<? extends FaceSegmentOrBuilder> |
FaceAnnotation.getSegmentsOrBuilderList()
Deprecated.
All video segments where a face was detected.
|
List<? extends FaceSegmentOrBuilder> |
FaceAnnotation.Builder.getSegmentsOrBuilderList()
All video segments where a face was detected.
|
Copyright © 2022 Google LLC. All rights reserved.