### YamlMime:JavaType inheritances: - methods: - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.description() name: description() nameWithType: BodyModel.description() returns: description:

the description value

type: summary: >-

Get the description value.

syntax: public String description() uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.description() - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.metadata() name: metadata() nameWithType: BodyModel.metadata() returns: description:

the metadata value

type: summary: >-

Get the metadata value.

syntax: public BodyMetadata metadata() uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.metadata() - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.name() name: name() nameWithType: BodyModel.name() returns: description:

the name value

type: summary: >-

Get the name value.

syntax: public String name() uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.name() - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withDescription(String description) name: withDescription(String description) nameWithType: BodyModel.withDescription(String description) parameters: - description:

the description value to set

name: description type: returns: description:

the BodyModel object itself.

type: summary: >-

Set the description value.

syntax: public BodyModel withDescription(String description) uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withDescription(String) - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withMetadata(BodyMetadata metadata) name: withMetadata(BodyMetadata metadata) nameWithType: BodyModel.withMetadata(BodyMetadata metadata) parameters: - description:

the metadata value to set

name: metadata type: returns: description:

the BodyModel object itself.

type: summary: >-

Set the metadata value.

syntax: public BodyModel withMetadata(BodyMetadata metadata) uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withMetadata(BodyMetadata) - fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withName(String name) name: withName(String name) nameWithType: BodyModel.withName(String name) parameters: - description:

the name value to set

name: name type: returns: description:

the BodyModel object itself.

type: summary: >-

Set the name value.

syntax: public BodyModel withName(String name) uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel.withName(String) nameWithType: BodyModel syntax: public class BodyModel type: class uid: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel fullName: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models.BodyModel name: BodyModel package: com.microsoft.azure.cognitiveservices.vision.contentmoderator.models summary:

The BodyModel model.

metadata: {}