MicrophoneCoordinates Class
- java.
lang. Object - com.
microsoft. cognitiveservices. speech. audio. MicrophoneCoordinates
- com.
public class MicrophoneCoordinates
Represents coordinates of a microphone.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrophoneCoordinates(MicrophoneCoordinates other) |
Creates a new object of Microphone |
| MicrophoneCoordinates(int X, int Y, int Z) |
Creates a new object of Microphone |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| int |
getX()
Returns the X-coordinate of the microphone. |
| int |
getY()
Returns the Y-coordinate of the microphone. |
| int |
getZ()
Returns the Z-coordinate of the microphone. |
Methods inherited from java.lang.Object
Constructor Details
MicrophoneCoordinates
public MicrophoneCoordinates(MicrophoneCoordinates other)
Creates a new object of MicrophoneCoordinates using object instance.
Parameters:
MicrophoneCoordinates
public MicrophoneCoordinates(int X, int Y, int Z)
Creates a new object of MicrophoneCoordinates.
Parameters:
Method Details
getX
public int getX()
Returns the X-coordinate of the microphone.
Returns:
getY
public int getY()
Returns the Y-coordinate of the microphone.
Returns:
getZ
public int getZ()
Returns the Z-coordinate of the microphone.
Returns: