Package ai.picovoice.eagle
Class EagleProfile
- java.lang.Object
-
- ai.picovoice.eagle.EagleProfile
-
public class EagleProfile extends java.lang.ObjectRepresentation of an Eagle speaker profile.
-
-
Constructor Summary
Constructors Constructor Description EagleProfile(byte[] profileBytes)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()Releases resources acquired by EagleProfile.byte[]getBytes()Gets the speaker profile in the form of a byte array.
-
-
-
Constructor Detail
-
EagleProfile
public EagleProfile(byte[] profileBytes)
Constructor.- Parameters:
profileBytes- a byte array previously obtained viagetBytes().
-
-