-
Notifications
You must be signed in to change notification settings - Fork 245
/
com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.yml
69 lines (65 loc) · 2.89 KB
/
com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.withX(double x)
name: withX(double x)
nameWithType: Coordinate.withX(double x)
parameters:
- description: <p>the x value to set </p>
name: x
type: <xref href="double?alt=double&text=double" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Coordinate object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate?alt=com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate&text=Coordinate" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the x value.</p>
<p></p>
syntax: public Coordinate withX(double x)
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.withX(double)
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.withY(double y)
name: withY(double y)
nameWithType: Coordinate.withY(double y)
parameters:
- description: <p>the y value to set </p>
name: y
type: <xref href="double?alt=double&text=double" data-throw-if-not-resolved="False"/>
returns:
description: <p>the Coordinate object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate?alt=com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate&text=Coordinate" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the y value.</p>
<p></p>
syntax: public Coordinate withY(double y)
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.withY(double)
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.x()
name: x()
nameWithType: Coordinate.x()
returns:
description: <p>the x value </p>
type: <xref href="double?alt=double&text=double" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the x value.</p>
<p></p>
syntax: public double x()
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.x()
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.y()
name: y()
nameWithType: Coordinate.y()
returns:
description: <p>the y value </p>
type: <xref href="double?alt=double&text=double" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the y value.</p>
<p></p>
syntax: public double y()
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate.y()
nameWithType: Coordinate
syntax: public class Coordinate
type: class
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate
fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Coordinate
name: Coordinate
package: com.microsoft.azure.cognitiveservices.vision.faceapi.models
summary: <p>Coordinates within an image. </p>
metadata: {}