Dela via


TranscriptModerationBodyItem Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.TranscriptModerationBodyItem

public class TranscriptModerationBodyItem

Schema items of the body.

Method Summary

Modifier and Type Method and Description
List<TranscriptModerationBodyItemTermsItem> terms()

Get the terms value.

String timestamp()

Get the timestamp value.

TranscriptModerationBodyItem withTerms(List<TranscriptModerationBodyItemTermsItem> terms)

Set the terms value.

TranscriptModerationBodyItem withTimestamp(String timestamp)

Set the timestamp value.

Method Details

terms

public List terms()

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 terms)

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.

Applies to