Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomSDKFaceROI.java
Go to the documentation of this file.
1
package
us.zoom.sdk;
2
11
public
final
class
ZoomSDKFaceROI
{
12
13
private
final
float
left
;
14
private
final
float
top
;
15
private
final
float
right
;
16
private
final
float
bottom
;
17
18
public
ZoomSDKFaceROI
(
float
left
,
float
top
,
float
right
,
float
bottom
) {
19
this.left =
left
;
20
this.top =
top
;
21
this.right =
right
;
22
this.bottom =
bottom
;
23
}
24
26
public
float
getLeft
() {
27
return
left
;
28
}
29
31
public
float
getTop
() {
32
return
top
;
33
}
34
36
public
float
getRight
() {
37
return
right
;
38
}
39
41
public
float
getBottom
() {
42
return
bottom
;
43
}
44
}
us.zoom.sdk.ZoomSDKFaceROI.left
final float left
Definition
ZoomSDKFaceROI.java:13
us.zoom.sdk.ZoomSDKFaceROI.top
final float top
Definition
ZoomSDKFaceROI.java:14
us.zoom.sdk.ZoomSDKFaceROI.bottom
final float bottom
Definition
ZoomSDKFaceROI.java:16
us.zoom.sdk.ZoomSDKFaceROI.getBottom
float getBottom()
Definition
ZoomSDKFaceROI.java:41
us.zoom.sdk.ZoomSDKFaceROI.getRight
float getRight()
Definition
ZoomSDKFaceROI.java:36
us.zoom.sdk.ZoomSDKFaceROI.getTop
float getTop()
Definition
ZoomSDKFaceROI.java:31
us.zoom.sdk.ZoomSDKFaceROI.ZoomSDKFaceROI
ZoomSDKFaceROI(float left, float top, float right, float bottom)
Definition
ZoomSDKFaceROI.java:18
us.zoom.sdk.ZoomSDKFaceROI.right
final float right
Definition
ZoomSDKFaceROI.java:15
us.zoom.sdk.ZoomSDKFaceROI.getLeft
float getLeft()
Definition
ZoomSDKFaceROI.java:26
Personal
SDK-docs
Doxygen
android
msdk
sdk
ZoomSDKFaceROI.java
Generated by
1.16.1