Struct machinebox::facebox::Similar
[−]
[src]
pub struct Similar {
pub id: String,
pub name: String,
}The name and ID of a face detected as similar to a search target
Fields
id: String
ID of the face
name: String
Name of the detected face
Trait Implementations
impl Debug for Similar[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more