MatchResponse Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. MatchResponse
- com.
public class MatchResponse
A resposta para uma solicitação match.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String |
cacheID()
Obtenha o valor de cacheID. |
Boolean |
isMatch()
Obtenha o valor isMatch. |
List<Match> |
matches()
Obter o valor de correspondências. |
Status |
status()
Obtenha o valor status. |
String |
trackingId()
Obtenha o valor trackingId. |
Match |
withCacheID(String cacheID)
Defina o valor de cacheID. |
Match |
withIsMatch(Boolean isMatch)
Defina o valor isMatch. |
Match |
withMatches(List<Match> matches)
Defina o valor de correspondências. |
Match |
withStatus(Status status)
Defina o valor status. |
Match |
withTrackingId(String trackingId)
Defina o valor trackingId. |
Detalhes do método
cacheID
public String cacheID()
Obtenha o valor de cacheID.
Returns:
isMatch
public Boolean isMatch()
Obtenha o valor isMatch.
Returns:
matches
public List
Obter o valor de correspondências.
Returns:
status
public Status status()
Obtenha o valor status.
Returns:
trackingId
public String trackingId()
Obtenha o valor trackingId.
Returns:
withCacheID
public MatchResponse withCacheID(String cacheID)
Defina o valor de cacheID.
Parameters:
Returns:
withIsMatch
public MatchResponse withIsMatch(Boolean isMatch)
Defina o valor isMatch.
Parameters:
Returns:
withMatches
public MatchResponse withMatches(List
Defina o valor de correspondências.
Parameters:
Returns:
withStatus
public MatchResponse withStatus(Status status)
Defina o valor status.
Parameters:
Returns:
withTrackingId
public MatchResponse withTrackingId(String trackingId)
Defina o valor trackingId.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java