public class Detection extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
float |
getConfidence()
Returns an optional confidence value in the interval [0,1].
|
String |
getLanguage()
Returns the code of the detected language.
|
int |
hashCode() |
String |
toString() |
public String getLanguage()
public float getConfidence()
Copyright © 2019 Google LLC. All rights reserved.