JobListResult Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. JobListResult
- com.
public class JobListResult
The list of job ids.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
value()
Get the value value. |
Job |
withValue(List<String> value)
Set the value value. |
Method Details
value
public List
Get the value value.
Returns:
the value value
withValue
public JobListResult withValue(List
Set the value value.
Parameters:
value
- the value value to set
Returns:
the JobListResult object itself.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.