Share via


AIVisionImageAnalysisModelFactory Class

Definition

Model factory for models.

public static class AIVisionImageAnalysisModelFactory
type AIVisionImageAnalysisModelFactory = class
Public Class AIVisionImageAnalysisModelFactory
Inheritance
AIVisionImageAnalysisModelFactory

Methods

CaptionResult(Single, String)

Initializes a new instance of CaptionResult.

CropRegion(Single, ImageBoundingBox)

Initializes a new instance of CropRegion.

DenseCaption(Single, String, ImageBoundingBox)

Initializes a new instance of DenseCaption.

DenseCaptionsResult(IEnumerable<DenseCaption>)

Initializes a new instance of DenseCaptionsResult.

DetectedObject(ImageBoundingBox, IEnumerable<DetectedTag>)

Initializes a new instance of DetectedObject.

DetectedPerson(ImageBoundingBox, Single)

Initializes a new instance of DetectedPerson.

DetectedTag(Single, String)

Initializes a new instance of DetectedTag.

DetectedTextBlock(IEnumerable<DetectedTextLine>)

Initializes a new instance of DetectedTextBlock.

DetectedTextLine(String, IEnumerable<ImagePoint>, IEnumerable<DetectedTextWord>)

Initializes a new instance of DetectedTextLine.

DetectedTextWord(String, IEnumerable<ImagePoint>, Single)

Initializes a new instance of DetectedTextWord.

ImageAnalysisResult(CaptionResult, DenseCaptionsResult, ImageMetadata, String, ObjectsResult, PeopleResult, ReadResult, SmartCropsResult, TagsResult)

Initializes a new instance of ImageAnalysisResult.

ImageBoundingBox(Int32, Int32, Int32, Int32)

Initializes a new instance of ImageBoundingBox.

ImageMetadata(Int32, Int32)

Initializes a new instance of ImageMetadata.

ImagePoint(Int32, Int32)

Initializes a new instance of ImagePoint.

ObjectsResult(IEnumerable<DetectedObject>)

Initializes a new instance of ObjectsResult.

PeopleResult(IEnumerable<DetectedPerson>)

Initializes a new instance of PeopleResult.

ReadResult(IEnumerable<DetectedTextBlock>)

Initializes a new instance of ReadResult.

SmartCropsResult(IEnumerable<CropRegion>)

Initializes a new instance of SmartCropsResult.

TagsResult(IEnumerable<DetectedTag>)

Initializes a new instance of TagsResult.

Applies to