### YamlMime:JavaType inheritances: - methods: - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.height() name: height() nameWithType: Region.height() returns: description:

the height value

type: summary: >-

Get the height value.

syntax: public double height() uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.height() - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.left() name: left() nameWithType: Region.left() returns: description:

the left value

type: summary: >-

Get the left value.

syntax: public double left() uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.left() - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.tagId() name: tagId() nameWithType: Region.tagId() returns: description:

the tagId value

type: summary: >-

Get the tagId value.

syntax: public UUID tagId() uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.tagId() - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.top() name: top() nameWithType: Region.top() returns: description:

the top value

type: summary: >-

Get the top value.

syntax: public double top() uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.top() - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.width() name: width() nameWithType: Region.width() returns: description:

the width value

type: summary: >-

Get the width value.

syntax: public double width() uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.width() - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withHeight(double height) name: withHeight(double height) nameWithType: Region.withHeight(double height) parameters: - description:

the height value to set

name: height type: returns: description:

the Region object itself.

type: summary: >-

Set the height value.

syntax: public Region withHeight(double height) uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withHeight(double) - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withLeft(double left) name: withLeft(double left) nameWithType: Region.withLeft(double left) parameters: - description:

the left value to set

name: left type: returns: description:

the Region object itself.

type: summary: >-

Set the left value.

syntax: public Region withLeft(double left) uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withLeft(double) - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withTagId(UUID tagId) name: withTagId(UUID tagId) nameWithType: Region.withTagId(UUID tagId) parameters: - description:

the tagId value to set

name: tagId type: returns: description:

the Region object itself.

type: summary: >-

Set the tagId value.

syntax: public Region withTagId(UUID tagId) uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withTagId(UUID) - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withTop(double top) name: withTop(double top) nameWithType: Region.withTop(double top) parameters: - description:

the top value to set

name: top type: returns: description:

the Region object itself.

type: summary: >-

Set the top value.

syntax: public Region withTop(double top) uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withTop(double) - fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withWidth(double width) name: withWidth(double width) nameWithType: Region.withWidth(double width) parameters: - description:

the width value to set

name: width type: returns: description:

the Region object itself.

type: summary: >-

Set the width value.

syntax: public Region withWidth(double width) uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region.withWidth(double) nameWithType: Region syntax: public class Region type: class uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Region name: Region package: com.microsoft.azure.cognitiveservices.vision.customvision.training.models summary:

The Region model.

metadata: {}