TranscriptModerationBodyItem Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. contentmoderator. models. TranscriptModerationBodyItem
- com.
public class TranscriptModerationBodyItem
Schema items of the body.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Transcript |
terms()
Get the terms value. |
String |
timestamp()
Get the timestamp value. |
Transcript |
withTerms(List<TranscriptModerationBodyItemTermsItem> terms)
Set the terms value. |
Transcript |
withTimestamp(String timestamp)
Set the timestamp value. |
Method Details
terms
public List
Get the terms value.
Returns:
the terms value
timestamp
public String timestamp()
Get the timestamp value.
Returns:
the timestamp value
withTerms
public TranscriptModerationBodyItem withTerms(List
Set the terms value.
Parameters:
terms
- the terms value to set
Returns:
the TranscriptModerationBodyItem object itself.
withTimestamp
public TranscriptModerationBodyItem withTimestamp(String timestamp)
Set the timestamp value.
Parameters:
timestamp
- the timestamp value to set
Returns:
the TranscriptModerationBodyItem object itself.